< prev index next >

test/jdk/jfr/event/runtime/TestBiasedLockRevocationEvents.java

Print this page
rev 13656 : 8223690: Add JFR BiasedLock Event Support

@@ -41,11 +41,11 @@
  * @test
  * @key jfr
  *
  * @library /lib /
  *
- * @run main/othervm jdk.jfr.event.runtime.TestBiasedLockRevocationEvents
+ * @run main/othervm -XX:BiasedLockingStartupDelay=0 jdk.jfr.event.runtime.TestBiasedLockRevocationEvents
  */
 public class TestBiasedLockRevocationEvents {
 
     public static void main(String[] args) throws Throwable {
         testSingleRevocation();
< prev index next >