RFR: 8326219: applications/kitchensink/Kitchensink8H.java timed out

Markus Grönlund mgronlun at openjdk.org
Mon Feb 26 22:38:49 UTC 2024


Greetings,

please help review this adjustment to avoid a potential deadlock. A thread in state _thread_in_VM is waiting on the JfrRotationLock while the holder is waiting for a safepoint. For this to work correctly, the waiter thread must be in state _thread_in_native.

Testing: jdk_jfr, stress testing

Thanks
Markus

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

Commit messages:
 - 8326219

Changes: https://git.openjdk.org/jdk/pull/18016/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18016&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8326219
  Stats: 6 lines in 2 files changed: 2 ins; 1 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/18016.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18016/head:pull/18016

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


More information about the hotspot-jfr-dev mailing list