hotspot/test/compiler/floatingpoint/TestPow2.java
changeset 33730 30e064828045
parent 29678 dd2f3932c21e
child 34185 ee71c590a456
--- a/hotspot/test/compiler/floatingpoint/TestPow2.java	Thu Oct 29 18:59:22 2015 -0400
+++ b/hotspot/test/compiler/floatingpoint/TestPow2.java	Thu Oct 29 12:04:04 2015 -0700
@@ -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