< prev index next >

test/runtime/NMT/ChangeTrackingLevel.java

Print this page

        

*** 31,41 **** * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ChangeTrackingLevel */ ! import com.oracle.java.testlibrary.*; import sun.hotspot.WhiteBox; public class ChangeTrackingLevel { public static WhiteBox wb = WhiteBox.getWhiteBox(); --- 31,41 ---- * @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();
< prev index next >