hotspot/test/runtime/NMT/SummarySanityCheck.java
changeset 15793 4867678e3517
parent 15458 dfdf1e3ac7c9
child 25948 9b33776f4f07
child 25958 8dc85547d6d6
--- a/hotspot/test/runtime/NMT/SummarySanityCheck.java	Tue Feb 19 13:33:39 2013 -0500
+++ b/hotspot/test/runtime/NMT/SummarySanityCheck.java	Tue Feb 19 18:45:49 2013 +0100
@@ -25,9 +25,10 @@
  * @test
  * @key nmt jcmd
  * @summary Sanity check the output of NMT
- * @library /testlibrary
- * @run compile -J-XX:+UnlockDiagnosticVMOptions -J-XX:+WhiteBoxAPI SummarySanityCheck.java
- * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:NativeMemoryTracking=summary -XX:+WhiteBoxAPI SummarySanityCheck
+ * @library /testlibrary /testlibrary/whitebox
+ * @build SummarySanityCheck
+ * @run main ClassFileInstaller sun.hotspot.WhiteBox
+ * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:NativeMemoryTracking=summary -XX:+WhiteBoxAPI SummarySanityCheck
  */
 
 import com.oracle.java.testlibrary.*;