hotspot/test/compiler/floatingpoint/TestPow2.java
changeset 34185 ee71c590a456
parent 33730 30e064828045
parent 34155 8d9e0cbf93a2
child 38152 80e5da81fb2c
--- a/hotspot/test/compiler/floatingpoint/TestPow2.java	Wed Nov 11 23:47:41 2015 +0000
+++ b/hotspot/test/compiler/floatingpoint/TestPow2.java	Fri Nov 13 13:31:48 2015 +0100
@@ -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 /compiler/whitebox /
  * @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 {