< prev index next >

test/runtime/NMT/ChangeTrackingLevel.java

Print this page

        

*** 25,42 **** * @test * @bug 8059100 * @summary Test that you can decrease NMT tracking level but not increase it. * @key nmt * @modules java.base/jdk.internal.misc ! * @library /testlibrary /test/lib ! * @build ChangeTrackingLevel * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ChangeTrackingLevel */ - import jdk.test.lib.*; import sun.hotspot.WhiteBox; public class ChangeTrackingLevel { public static WhiteBox wb = WhiteBox.getWhiteBox(); --- 25,41 ---- * @test * @bug 8059100 * @summary Test that you can decrease NMT tracking level but not increase it. * @key nmt * @modules java.base/jdk.internal.misc ! * @library /test/lib ! * @build sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ChangeTrackingLevel */ import sun.hotspot.WhiteBox; public class ChangeTrackingLevel { public static WhiteBox wb = WhiteBox.getWhiteBox();
< prev index next >