8012037: Test8009761.java "Failed: init recursive calls: 7224. After deopt 58824"
Test shouldn't be run with a modified CompileThreshold Reviewed-by: kvn
This commit is contained in:
parent
317f9c229e
commit
20b5d3aa4f
@ -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 -Xmixed -XX:-UseOnStackReplacement -XX:-BackgroundCompilation Test8009761
|
||||
* @run main/othervm -XX:CompileCommand=exclude,Test8009761::m2 -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -Xss256K Test8009761
|
||||
*
|
||||
*/
|
||||
|
||||
@ -249,7 +249,7 @@ public class Test8009761 {
|
||||
System.out.println("Failed: init recursive calls: " + c1 + ". After deopt " + count);
|
||||
System.exit(97);
|
||||
} else {
|
||||
System.out.println("PASSED");
|
||||
System.out.println("PASSED " + c1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user