--- old/test/testlibrary_tests/whitebox/vm_flags/BooleanTest.java 2014-12-09 15:13:27.893781861 +0100 +++ new/test/testlibrary_tests/whitebox/vm_flags/BooleanTest.java 2014-12-09 15:13:27.709781856 +0100 @@ -24,16 +24,16 @@ /* * @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.*;