8026865: [TESTBUG] 'compiler/print/PrintInlining.java' should specify -XX:+UnlockDiagnosticVMOptions

Mon, 21 Oct 2013 09:21:41 +0400

author
iignatyev
date
Mon, 21 Oct 2013 09:21:41 +0400
changeset 5985
52575a17a36c
parent 5984
e842cc2d2dfb
child 5986
4748b3308cda
child 5992
4c9115774c8e

8026865: [TESTBUG] 'compiler/print/PrintInlining.java' should specify -XX:+UnlockDiagnosticVMOptions
Reviewed-by: twisti, iveresov

test/compiler/print/PrintInlining.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/compiler/print/PrintInlining.java	Sat Oct 19 22:22:05 2013 -0700
     1.2 +++ b/test/compiler/print/PrintInlining.java	Mon Oct 21 09:21:41 2013 +0400
     1.3 @@ -25,7 +25,7 @@
     1.4   * @test
     1.5   * @bug 8022585
     1.6   * @summary VM crashes when ran with -XX:+PrintInlining
     1.7 - * @run main/othervm -Xcomp -XX:+PrintInlining PrintInlining
     1.8 + * @run main/othervm -Xcomp -XX:+UnlockDiagnosticVMOptions -XX:+PrintInlining PrintInlining
     1.9   *
    1.10   */
    1.11  

mercurial