test/jdk/jdk/jfr/event/compiler/TestCodeSweeper.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    49  *
    49  *
    50  * NOTE! The test is usually able to trigger the events but not always. If an
    50  * NOTE! The test is usually able to trigger the events but not always. If an
    51  * event is received, the event is verified. If an event is missing, we do NOT
    51  * event is received, the event is verified. If an event is missing, we do NOT
    52  * fail.
    52  * fail.
    53  */
    53  */
    54 /*
    54 /**
    55  * @test TestCodeSweeper
    55  * @test TestCodeSweeper
    56  * @key jfr
    56  * @key jfr
       
    57  * @requires vm.hasJFR
    57  * @library /test/lib
    58  * @library /test/lib
    58  * @build sun.hotspot.WhiteBox
    59  * @build sun.hotspot.WhiteBox
    59  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    60  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    60  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    61  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    61  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:-SegmentedCodeCache -XX:+WhiteBoxAPI jdk.jfr.event.compiler.TestCodeSweeper
    62  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:-SegmentedCodeCache -XX:+WhiteBoxAPI jdk.jfr.event.compiler.TestCodeSweeper