< prev index next >

test/testlibrary_tests/whitebox/vm_flags/BooleanTest.java

Print this page

        

*** 27,46 **** * @library /testlibrary /../../test/lib * @modules java.base/sun.misc * java.compiler * java.management/sun.management * jdk.jvmstat/sun.jvmstat.monitor ! * @build BooleanTest ClassFileInstaller sun.hotspot.WhiteBox com.oracle.java.testlibrary.* * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI BooleanTest * @summary testing of WB::set/getBooleanVMFlag() * @author igor.ignatyev@oracle.com */ import sun.hotspot.WhiteBox; ! import com.oracle.java.testlibrary.*; import sun.management.*; import com.sun.management.*; public class BooleanTest { private static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox(); --- 27,46 ---- * @library /testlibrary /../../test/lib * @modules java.base/sun.misc * java.compiler * java.management/sun.management * jdk.jvmstat/sun.jvmstat.monitor ! * @build BooleanTest ClassFileInstaller sun.hotspot.WhiteBox jdk.test.lib.* * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI BooleanTest * @summary testing of WB::set/getBooleanVMFlag() * @author igor.ignatyev@oracle.com */ import sun.hotspot.WhiteBox; ! import jdk.test.lib.*; import sun.management.*; import com.sun.management.*; public class BooleanTest { private static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox();
< prev index next >