< prev index next >

test/runtime/NMT/ChangeTrackingLevel.java

Print this page

        

@@ -26,11 +26,11 @@
  * @bug 8059100
  * @summary Test that you can decrease NMT tracking level but not increase it.
  * @key nmt
  * @library /testlibrary /../../test/lib
  * @ignore 8067167
- * @build ChangeTrackingLevel
+ * @build com.oracle.java.testlibrary.* ChangeTrackingLevel
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ChangeTrackingLevel
  */
 
< prev index next >