RFR: 8287699: jdk/jfr/api/consumer/TestRecordingFileWrite.java fails with exception: java.lang.Exception: Found event that should not be there.
Erik Gahlin
egahlin at openjdk.org
Thu Dec 8 13:09:53 UTC 2022
On Thu, 8 Dec 2022 12:21:40 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:
> Greetings,
>
> The missing thread information is a result of a race that was introduced in [JDK-8277131](https://bugs.openjdk.org/browse/JDK-8277131), a race that could result in lost thread metadata information. [JDK-8289692](https://bugs.openjdk.org/browse/JDK-8289692) closed the race a bit but was not a complete fix. The proper fix, removing the race entirely, was made as part of [JDK-8293864](https://bugs.openjdk.org/browse/JDK-8293864).
>
> This change only removes the excluded test from ProblemList.txt.
>
> Testing: jdk_jfr
>
> Thanks
> Markus
Marked as reviewed by egahlin (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/11588
More information about the hotspot-jfr-dev
mailing list