< prev index next >

test/runtime/NMT/MallocStressTest.java

Print this page

        

@@ -24,11 +24,11 @@
 /*
  * @test
  * @summary Stress test for malloc tracking
  * @key nmt jcmd stress
  * @library /testlibrary /../../test/lib
- * @build MallocStressTest
+ * @build com.oracle.java.testlibrary.* MallocStressTest
  * @ignore - This test is disabled since it will stress NMT and timeout during normal testing
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocStressTest
  */
 
< prev index next >