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

*** 22,40 **** --- 22,40 ---- */ /* * @test * @key nmt jcmd ! * @library /testlibrary /testlibrary/whitebox ! * @library /testlibrary /../../test/lib * @build ThreadedMallocTestType ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ThreadedMallocTestType */ import com.oracle.java.testlibrary.*; ! import sun.hotspot.WhiteBox; ! import jdk.testlib.WhiteBox; public class ThreadedMallocTestType { public static long memAlloc1; public static long memAlloc2; public static long memAlloc3;

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