comparison test/compiler/8009761/Test8009761.java @ 8876:6c4abd4a9595

8010399: Test8009761.java "Failed: init recursive calls: 5498. After deopt 5494". Summary: test from 8009761 shouldn't be run with -Xcomp Reviewed-by: kvn
author roland
date Thu, 04 Apr 2013 09:33:24 +0200
parents 0094485b46c7
children d15464bfd4d0
comparison
equal deleted inserted replaced
8874:0a8c2ea3902d 8876:6c4abd4a9595
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 8009761 26 * @bug 8009761
27 * @summary Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates 27 * @summary Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates
28 * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation Test8009761 28 * @run main/othervm -Xmixed -XX:-UseOnStackReplacement -XX:-BackgroundCompilation Test8009761
29 * 29 *
30 */ 30 */
31 31
32 public class Test8009761 { 32 public class Test8009761 {
33 33