RFR: 8202095: JFR TestBiasedLockRevocationEvents should ignore events unrelated to the test
Robin Westberg
robin.westberg at oracle.com
Tue May 29 15:35:32 UTC 2018
Hi Erik,
Thanks for reviewing!
Looks like I managed to reference a different issue number in the subject (and the cr link) - the correct number is 8203237 (the JBS link is correct at least), sorry about that. I’ve uploaded the same webrev to http://cr.openjdk.java.net/~rwestberg/8203237/webrev.00/ <http://cr.openjdk.java.net/~rwestberg/8203237/webrev.00/> as well.
Best regards,
Robin
> On 29 May 2018, at 15:10, Erik Gahlin <erik.gahlin at oracle.com> wrote:
>
> Looks good.
>
> Erik
>
>> 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