test/testlibrary_tests/whitebox/vm_flags/BooleanTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/testlibrary_tests/whitebox/vm_flags/BooleanTest.java	Tue Dec  9 15:13:27 2014
--- new/test/testlibrary_tests/whitebox/vm_flags/BooleanTest.java	Tue Dec  9 15:13:27 2014

*** 22,41 **** --- 22,41 ---- */ /* * @test BooleanTest * @bug 8028756 ! * @library /testlibrary /testlibrary/whitebox ! * @build BooleanTest ClassFileInstaller sun.hotspot.WhiteBox com.oracle.java.testlibrary.* ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @library /testlibrary /../../test/lib ! * @build BooleanTest ClassFileInstaller jdk.testlib.WhiteBox com.oracle.java.testlibrary.* ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.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.testlib.WhiteBox; import com.oracle.java.testlibrary.*; import sun.management.*; import com.sun.management.*; public class BooleanTest {

test/testlibrary_tests/whitebox/vm_flags/BooleanTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File