test/compiler/whitebox/IsMethodCompilableTest.java

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

mercurial