RFR: 8316241: Test jdk/jdk/jfr/jvm/TestChunkIntegrity.java failed
Markus Grönlund
mgronlun at openjdk.org
Tue Jan 9 19:51:32 UTC 2024
Greetings,
This fix allows JFR artefact tagging to become deep instead of insufficiently shallow. It adjusts a race condition where one thread tags a class as being in use while another thread tags a class to be both method and used.
Testing: jdk_jfr, stress_testing
Thanks
Markus
-------------
Commit messages:
- 8316241
Changes: https://git.openjdk.org/jdk/pull/17328/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17328&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8316241
Stats: 949 lines in 5 files changed: 418 ins; 323 del; 208 mod
Patch: https://git.openjdk.org/jdk/pull/17328.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17328/head:pull/17328
PR: https://git.openjdk.org/jdk/pull/17328
More information about the hotspot-jfr-dev
mailing list