--- old/test/compiler/floatingpoint/TestPow2.java 2015-11-02 19:27:37.123405445 +0300 +++ new/test/compiler/floatingpoint/TestPow2.java 2015-11-02 19:27:37.055405445 +0300 @@ -25,7 +25,7 @@ * @test * @bug 8063086 * @summary X^2 special case for C2 yields different result than interpreter - * @library /testlibrary /../../test/lib /compiler/whitebox + * @library /testlibrary /../../test/lib / * @modules java.management * @build TestPow2 * @run main ClassFileInstaller sun.hotspot.WhiteBox @@ -36,6 +36,7 @@ import java.lang.reflect.*; import sun.hotspot.WhiteBox; +import compiler.whitebox.CompilerWhiteBoxTest; public class TestPow2 {