comparison test/compiler/6823453/Test.java @ 996:d6b9fd78f389

6886353: For DeoptimizeALot, JTreg tests should "IgnoreUnrecognizedVMOptions on a product build Summary: Add IgnoreUnrecognizedVMOptions for JTreg tests (on a product build) to pass with DeoptimizeALot Reviewed-by: kvn
author cfang
date Mon, 28 Sep 2009 17:14:25 -0700
parents ad8c635e757e
children c18cbe5936b8
comparison
equal deleted inserted replaced
995:ddd6f1182ae3 996: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;