test/compiler/whitebox/ClearMethodStateTest.java

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

mercurial