test/compiler/whitebox/MakeMethodNotCompilableTest.java

changeset 5512
11237ee74aae
parent 5032
d1c9384eecb4
child 5541
f99558245e5c
     1.1 --- a/test/compiler/whitebox/MakeMethodNotCompilableTest.java	Fri Aug 09 18:05:00 2013 +0200
     1.2 +++ b/test/compiler/whitebox/MakeMethodNotCompilableTest.java	Sat Aug 10 10:01:12 2013 +0400
     1.3 @@ -27,7 +27,7 @@
     1.4   * @library /testlibrary /testlibrary/whitebox
     1.5   * @build MakeMethodNotCompilableTest
     1.6   * @run main ClassFileInstaller sun.hotspot.WhiteBox
     1.7 - * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI MakeMethodNotCompilableTest
     1.8 + * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,TestCase$Helper::* MakeMethodNotCompilableTest
     1.9   * @summary testing of WB::makeMethodNotCompilable()
    1.10   * @author igor.ignatyev@oracle.com
    1.11   */

mercurial