hotspot/test/compiler/whitebox/ClearMethodStateTest.java
changeset 19282 9764b5a041b6
parent 17015 92390f57e8b1
child 19332 ee4c8c2af356
--- a/hotspot/test/compiler/whitebox/ClearMethodStateTest.java	Fri Aug 09 18:05:00 2013 +0200
+++ b/hotspot/test/compiler/whitebox/ClearMethodStateTest.java	Sat Aug 10 10:01:12 2013 +0400
@@ -26,7 +26,7 @@
  * @library /testlibrary /testlibrary/whitebox
  * @build ClearMethodStateTest
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
- * @run main/othervm -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI ClearMethodStateTest
+ * @run main/othervm -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,TestCase$Helper::* ClearMethodStateTest
  * @summary testing of WB::clearMethodState()
  * @author igor.ignatyev@oracle.com
  */