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

test/testlibrary_tests/whitebox/vm_flags/DoubleTest.java

Print this page

        

*** 22,35 **** */ /* * @test DoubleTest * @bug 8028756 ! * @library /testlibrary /testlibrary/whitebox * @build DoubleTest ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI DoubleTest * @summary testing of WB::set/getDoubleVMFlag() * @author igor.ignatyev@oracle.com */ --- 22,35 ---- */ /* * @test DoubleTest * @bug 8028756 ! * @library /testlibrary /../../test/lib * @build DoubleTest ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI DoubleTest * @summary testing of WB::set/getDoubleVMFlag() * @author igor.ignatyev@oracle.com */
test/testlibrary_tests/whitebox/vm_flags/DoubleTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File