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

test/runtime/NMT/SummarySanityCheck.java

Print this page

        

*** 23,44 **** /* * @test * @key nmt jcmd * @summary Sanity check the output of NMT ! * @library /testlibrary /testlibrary/whitebox * @build SummarySanityCheck ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:NativeMemoryTracking=summary -XX:+WhiteBoxAPI SummarySanityCheck */ import com.oracle.java.testlibrary.*; import java.util.regex.Matcher; import java.util.regex.Pattern; ! import sun.hotspot.WhiteBox; public class SummarySanityCheck { private static String jcmdout; public static void main(String args[]) throws Exception { --- 23,44 ---- /* * @test * @key nmt jcmd * @summary Sanity check the output of NMT ! * @library /testlibrary /../../test/lib * @build SummarySanityCheck ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:NativeMemoryTracking=summary -XX:+WhiteBoxAPI SummarySanityCheck */ import com.oracle.java.testlibrary.*; import java.util.regex.Matcher; import java.util.regex.Pattern; ! import jdk.testlib.WhiteBox; public class SummarySanityCheck { private static String jcmdout; public static void main(String args[]) throws Exception {
test/runtime/NMT/SummarySanityCheck.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File