hotspot/test/compiler/codecache/cli/printcodecache/TestPrintCodeCacheOption.java
changeset 33730 30e064828045
parent 30604 b8d532cb6420
child 36851 03e2f4d0a421
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    28 import java.util.EnumSet;
    28 import java.util.EnumSet;
    29 /**
    29 /**
    30  * @test
    30  * @test
    31  * @bug 8015774
    31  * @bug 8015774
    32  * @summary Verify that PrintCodeCache option print correct information.
    32  * @summary Verify that PrintCodeCache option print correct information.
    33  * @library /testlibrary .. /../../test/lib
    33  * @library /testlibrary .. /test/lib
    34  * @modules java.base/sun.misc
    34  * @modules java.base/sun.misc
    35  *          java.compiler
    35  *          java.compiler
    36  *          java.management
    36  *          java.management
    37  *          jdk.jvmstat/sun.jvmstat.monitor
    37  *          jdk.jvmstat/sun.jvmstat.monitor
    38  * @build TestPrintCodeCacheOption jdk.test.lib.*
    38  * @build TestPrintCodeCacheOption jdk.test.lib.*