8010399: Test8009761.java "Failed: init recursive calls: 5498. After deopt 5494"

Test from 8009761 shouldn't be run with -Xcomp

Reviewed-by: kvn
This commit is contained in:
Roland Westrelin 2013-04-04 09:33:24 +02:00
parent 93c40233d6
commit 02a014996b

View File

@ -25,7 +25,7 @@
* @test
* @bug 8009761
* @summary Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates
* @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation Test8009761
* @run main/othervm -Xmixed -XX:-UseOnStackReplacement -XX:-BackgroundCompilation Test8009761
*
*/