--- old/test/compiler/uncommontrap/8009761/Test8009761.java 2014-12-09 15:13:13.821781415 +0100 +++ new/test/compiler/uncommontrap/8009761/Test8009761.java 2014-12-09 15:13:13.577781407 +0100 @@ -21,17 +21,17 @@ * questions. */ -import sun.hotspot.WhiteBox; +import jdk.testlib.WhiteBox; import java.lang.reflect.Method; /* * @test * @bug 8009761 - * @library /testlibrary /testlibrary/whitebox + * @library /testlibrary /../../test/lib * @summary Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates * @build Test8009761 - * @run main ClassFileInstaller sun.hotspot.WhiteBox - * sun.hotspot.WhiteBox$WhiteBoxPermission + * @run main ClassFileInstaller jdk.testlib.WhiteBox + * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=exclude,Test8009761::m2 -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -Xss256K Test8009761 */ public class Test8009761 {