test/compiler/6823453/Test.java

changeset 1431
d6b9fd78f389
parent 1139
ad8c635e757e
child 1907
c18cbe5936b8
equal deleted inserted replaced
1430:ddd6f1182ae3 1431:d6b9fd78f389
24 24
25 /* 25 /*
26 * @test 26 * @test
27 * @bug 6823453 27 * @bug 6823453
28 * @summary DeoptimizeALot causes fastdebug server jvm to fail with assert(false,"unscheduable graph") 28 * @summary DeoptimizeALot causes fastdebug server jvm to fail with assert(false,"unscheduable graph")
29 * @run main/othervm -Xcomp -XX:CompileOnly=Test -XX:+DeoptimizeALot Test 29 * @run main/othervm -Xcomp -XX:+IgnoreUnrecognizedVMOptions -XX:CompileOnly=Test -XX:+DeoptimizeALot Test
30 */ 30 */
31 31
32 public class Test { 32 public class Test {
33 33
34 static long vara_1 = 1L; 34 static long vara_1 = 1L;

mercurial