< prev index next >

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

Print this page

        

@@ -26,12 +26,13 @@
 import common.CodeCacheCLITestCase;
 import sun.hotspot.code.BlobType;
 import java.util.EnumSet;
 /**
  * @test
+ * @bug 8015774
  * @summary Verify that PrintCodeCache option print correct information.
- * @library /testlibrary /testlibrary/whitebox ..
+ * @library /testlibrary .. /../../test/lib
  * @build TestPrintCodeCacheOption com.oracle.java.testlibrary.*
  *        printcodecache.* common.*
  * @run main/timeout=240 printcodecache.TestPrintCodeCacheOption
  */
 public class TestPrintCodeCacheOption extends CodeCacheCLITestBase {
< prev index next >