# HG changeset patch # User roland # Date 1367566370 -7200 # Node ID d15464bfd4d06410d3fbb9c35f54d87a96c33063 # Parent e4e131b15d5cbfa88272c75fa98a9a2e0c2770ca 8012037: Test8009761.java "Failed: init recursive calls: 7224. After deopt 58824" Summary: test shouldn't be run with a modified CompileThreshold Reviewed-by: kvn diff -r e4e131b15d5c -r d15464bfd4d0 test/compiler/8009761/Test8009761.java --- a/test/compiler/8009761/Test8009761.java Thu May 02 10:27:15 2013 +0200 +++ b/test/compiler/8009761/Test8009761.java Fri May 03 09:32:50 2013 +0200 @@ -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 @@ System.out.println("Failed: init recursive calls: " + c1 + ". After deopt " + count); System.exit(97); } else { - System.out.println("PASSED"); + System.out.println("PASSED " + c1); } } }