Withdrawn: 8287699: jdk/jfr/api/consumer/TestRecordingFileWrite.java fails with exception: java.lang.Exception: Found event that should not be there.

Markus Grönlund mgronlun at openjdk.org
Thu Dec 8 14:32:07 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

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.org/jdk/pull/11588


More information about the hotspot-jfr-dev mailing list