8234383: Test TestBiasedLockRevocationEvents.java assumes -XX:UseBiasedLocking is enabled

Reviewed-by: mgronlun, tschatzl
This commit is contained in:
Per Lidén 2019-11-20 10:37:46 +01:00
parent 5cb6271830
commit 097ca3b94f

View File

@ -43,7 +43,7 @@ import java.util.stream.Collectors;
* @requires vm.hasJFR
* @library /test/lib
*
* @run main/othervm jdk.jfr.event.runtime.TestBiasedLockRevocationEvents
* @run main/othervm -XX:+UseBiasedLocking jdk.jfr.event.runtime.TestBiasedLockRevocationEvents
*/
public class TestBiasedLockRevocationEvents {