RFR: 8202095: JFR TestBiasedLockRevocationEvents should ignore events unrelated to the test

Markus Gronlund markus.gronlund at oracle.com
Wed May 30 20:46:41 UTC 2018


Hi Robin,

Looks good, thanks for fixing this.

Markus

-----Original Message-----
From: Robin Westberg 
Sent: den 29 maj 2018 15:05
To: hotspot-jfr-dev at openjdk.java.net
Subject: RFR: 8202095: JFR TestBiasedLockRevocationEvents should ignore events unrelated to the test

Hi all,

Please review the following test case fix for the TestBiasedLockRevocationEvents test. It was possible that other biased lock revocation events generated in unrelated threads could interfere with the ones generated by the test. To avoid this, the test should only look at events related to its own locks.

Issue: https://bugs.openjdk.java.net/browse/JDK-8203237 <https://bugs.openjdk.java.net/browse/JDK-8203237>
Webrev: http://cr.openjdk.java.net/~rwestberg/8202095/webrev.00/ <http://cr.openjdk.java.net/~rwestberg/8202095/webrev.00/>
Testing: linux-x64, macosx-x64, solaris-sparcv9, windows-x64: open/test/jdk/jdk/jfr/event/*

Best regards.
Robin Westberg


More information about the hotspot-jfr-dev mailing list