test/compiler/8009761/Test8009761.java

changeset 4876
6c4abd4a9595
parent 4727
0094485b46c7
child 5105
d15464bfd4d0
equal deleted inserted replaced
4874:0a8c2ea3902d 4876: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

mercurial