RFR: 8202095: JFR TestBiasedLockRevocationEvents should ignore events unrelated to the test
Robin Westberg
robin.westberg at oracle.com
Tue May 29 13:05:18 UTC 2018
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