< prev index next >

test/runtime/NMT/MallocSiteHashOverflow.java

Print this page

        

@@ -25,11 +25,11 @@
  * @test
  * @summary Test corner case that overflows malloc site hashtable bucket
  * @requires sun.arch.data.model == "32"
  * @key nmt jcmd stress
  * @library /testlibrary /../../test/lib
- * @build MallocSiteHashOverflow
+ * @build com.oracle.java.testlibrary.* MallocSiteHashOverflow
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocSiteHashOverflow
  */
 
 import com.oracle.java.testlibrary.*;
< prev index next >