test/jdk/jdk/jfr/event/runtime/TestBiasedLockRevocationEvents.java
changeset 59152 59272e9e0635
parent 59005 01d47d511f5f
equal deleted inserted replaced
59151:8babf00875bc 59152:59272e9e0635
    41  * @test
    41  * @test
    42  * @key jfr
    42  * @key jfr
    43  * @requires vm.hasJFR
    43  * @requires vm.hasJFR
    44  * @library /test/lib
    44  * @library /test/lib
    45  *
    45  *
    46  * @run main/othervm jdk.jfr.event.runtime.TestBiasedLockRevocationEvents
    46  * @run main/othervm -XX:+UseBiasedLocking jdk.jfr.event.runtime.TestBiasedLockRevocationEvents
    47  */
    47  */
    48 public class TestBiasedLockRevocationEvents {
    48 public class TestBiasedLockRevocationEvents {
    49 
    49 
    50     public static void main(String[] args) throws Throwable {
    50     public static void main(String[] args) throws Throwable {
    51         testSingleRevocation();
    51         testSingleRevocation();