hotspot/test/compiler/floatingpoint/TestPow2.java
changeset 34155 8d9e0cbf93a2
parent 29678 dd2f3932c21e
child 34185 ee71c590a456
--- a/hotspot/test/compiler/floatingpoint/TestPow2.java	Fri Nov 06 14:51:15 2015 +0300
+++ b/hotspot/test/compiler/floatingpoint/TestPow2.java	Fri Nov 06 14:54:02 2015 +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 {