RFR: 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 12:47:35 UTC 2022


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

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

Commit messages:
 - 8287699

Changes: https://git.openjdk.org/jdk/pull/11588/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11588&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8287699
  Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/11588.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11588/head:pull/11588

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


More information about the hotspot-jfr-dev mailing list