< prev index next >

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

Print this page

        

*** 26,37 **** import common.CodeCacheCLITestCase; import sun.hotspot.code.BlobType; import java.util.EnumSet; /** * @test * @summary Verify that PrintCodeCache option print correct information. ! * @library /testlibrary /testlibrary/whitebox .. * @build TestPrintCodeCacheOption com.oracle.java.testlibrary.* * printcodecache.* common.* * @run main/timeout=240 printcodecache.TestPrintCodeCacheOption */ public class TestPrintCodeCacheOption extends CodeCacheCLITestBase { --- 26,38 ---- 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 .. /../../test/lib * @build TestPrintCodeCacheOption com.oracle.java.testlibrary.* * printcodecache.* common.* * @run main/timeout=240 printcodecache.TestPrintCodeCacheOption */ public class TestPrintCodeCacheOption extends CodeCacheCLITestBase {
< prev index next >