hotspot/test/runtime/NMT/PrintNMTStatistics.java
changeset 15793 4867678e3517
parent 15458 dfdf1e3ac7c9
child 16440 70418233642e
--- a/hotspot/test/runtime/NMT/PrintNMTStatistics.java	Tue Feb 19 13:33:39 2013 -0500
+++ b/hotspot/test/runtime/NMT/PrintNMTStatistics.java	Tue Feb 19 18:45:49 2013 +0100
@@ -26,8 +26,8 @@
  * @key nmt regression
  * @bug 8005936
  * @summary Make sure PrintNMTStatistics works on normal JVM exit
- * @library /testlibrary
- * @run compile -J-XX:+UnlockDiagnosticVMOptions -J-XX:+WhiteBoxAPI PrintNMTStatistics.java
+ * @library /testlibrary /testlibrary/whitebox
+ * @run compile PrintNMTStatistics.java
  */
 
 import com.oracle.java.testlibrary.*;