test/jdk/jdk/jfr/event/compiler/TestCompilerCompile.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    37 import jdk.test.lib.Utils;
    37 import jdk.test.lib.Utils;
    38 import jdk.test.lib.jfr.EventNames;
    38 import jdk.test.lib.jfr.EventNames;
    39 import jdk.test.lib.jfr.Events;
    39 import jdk.test.lib.jfr.Events;
    40 import sun.hotspot.WhiteBox;
    40 import sun.hotspot.WhiteBox;
    41 
    41 
    42 /*
    42 /**
    43  * @test
    43  * @test
    44  * @key jfr
    44  * @key jfr
       
    45  * @requires vm.hasJFR
    45  * @requires vm.compMode!="Xint"
    46  * @requires vm.compMode!="Xint"
    46  * @library /test/lib
    47  * @library /test/lib
    47  * @build sun.hotspot.WhiteBox
    48  * @build sun.hotspot.WhiteBox
    48  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    49  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    49  *     sun.hotspot.WhiteBox$WhiteBoxPermission
    50  *     sun.hotspot.WhiteBox$WhiteBoxPermission