test/jdk/jdk/jfr/event/compiler/TestCodeCacheConfig.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    32 import jdk.test.lib.Asserts;
    32 import jdk.test.lib.Asserts;
    33 import jdk.test.lib.jfr.EventNames;
    33 import jdk.test.lib.jfr.EventNames;
    34 import jdk.test.lib.jfr.Events;
    34 import jdk.test.lib.jfr.Events;
    35 import sun.hotspot.WhiteBox;
    35 import sun.hotspot.WhiteBox;
    36 
    36 
    37 /*
    37 /**
    38  * @test TestCodeCacheConfig
    38  * @test TestCodeCacheConfig
    39  * @key jfr
    39  * @key jfr
       
    40  * @requires vm.hasJFR
    40  * @library /test/lib
    41  * @library /test/lib
    41  * @build sun.hotspot.WhiteBox
    42  * @build sun.hotspot.WhiteBox
    42  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    43  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    43  *     sun.hotspot.WhiteBox$WhiteBoxPermission
    44  *     sun.hotspot.WhiteBox$WhiteBoxPermission
    44  * @run main/othervm -Xbootclasspath/a:.
    45  * @run main/othervm -Xbootclasspath/a:.