--- old/test/compiler/whitebox/SetDontInlineMethodTest.java 2015-02-24 10:31:11.425430516 -0800 +++ new/test/compiler/whitebox/SetDontInlineMethodTest.java 2015-02-24 10:31:11.064413061 -0800 @@ -25,7 +25,7 @@ * @test SetDontInlineMethodTest * @bug 8006683 8007288 8022832 * @library /testlibrary /../../test/lib - * @build SetDontInlineMethodTest + * @build com.oracle.java.testlibrary.* SetDontInlineMethodTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* SetDontInlineMethodTest