test/compiler/codecache/cli/printcodecache/TestPrintCodeCacheOption.java

Print this page

        

@@ -28,11 +28,11 @@
 import java.util.EnumSet;
 /**
  * @test
  * @bug 8015774
  * @summary Verify that PrintCodeCache option print correct information.
- * @library /testlibrary .. /../../test/lib
+ * @library /testlibrary .. /test/lib
  * @modules java.base/sun.misc
  *          java.compiler
  *          java.management
  *          jdk.jvmstat/sun.jvmstat.monitor
  * @build TestPrintCodeCacheOption jdk.test.lib.*