test/runtime/NMT/MallocSiteHashOverflow.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/runtime/NMT/MallocSiteHashOverflow.java	Tue Dec  9 15:13:22 2014
--- new/test/runtime/NMT/MallocSiteHashOverflow.java	Tue Dec  9 15:13:22 2014

*** 24,41 **** --- 24,41 ---- /* * @test * @summary Test corner case that overflows malloc site hashtable bucket * @requires sun.arch.data.model == "32" * @key nmt jcmd stress ! * @library /testlibrary /testlibrary/whitebox ! * @library /testlibrary /../../test/lib * @build MallocSiteHashOverflow ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * @run main ClassFileInstaller jdk.testlib.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocSiteHashOverflow */ import com.oracle.java.testlibrary.*; ! import sun.hotspot.WhiteBox; ! import jdk.testlib.WhiteBox; public class MallocSiteHashOverflow { public static void main(String args[]) throws Exception {

test/runtime/NMT/MallocSiteHashOverflow.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File