RFR: 8337798: JFR: Remove jdk/jfr/api/consumer/recordingstream/TestOnEvent.java from ProblemList.txt

Erik Gahlin egahlin at openjdk.org
Mon Aug 5 11:16:56 UTC 2024


Could I have a review of a change that removes a test from ProblemList.txt? We want to determine if the issue still exists, in which case more time needs to be spent fixing it.

The theory is that the EventProducer used in the test may provoke a chunk rotation under stress, which could lead to the parser getting stuck due to timing issues, fixed by JDK-8304732 / JDK-8334886:

Testing: I can't reproduce the failure after running the test more than 800 times on Linux (50% on aarch64 and 50% x86_64).

Thanks
Erik

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

Commit messages:
 - Initial

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

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


More information about the hotspot-jfr-dev mailing list