comparison test/compiler/print/PrintInlining.java @ 12960:52575a17a36c

8026865: [TESTBUG] 'compiler/print/PrintInlining.java' should specify -XX:+UnlockDiagnosticVMOptions Reviewed-by: twisti, iveresov
author iignatyev
date Mon, 21 Oct 2013 09:21:41 +0400
parents 1b64d46620a3
children
comparison
equal deleted inserted replaced
12959:e842cc2d2dfb 12960:52575a17a36c
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 8022585 26 * @bug 8022585
27 * @summary VM crashes when ran with -XX:+PrintInlining 27 * @summary VM crashes when ran with -XX:+PrintInlining
28 * @run main/othervm -Xcomp -XX:+PrintInlining PrintInlining 28 * @run main/othervm -Xcomp -XX:+UnlockDiagnosticVMOptions -XX:+PrintInlining PrintInlining
29 * 29 *
30 */ 30 */
31 31
32 public class PrintInlining { 32 public class PrintInlining {
33 public static void main(String[] args) { 33 public static void main(String[] args) {