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

Erik Gahlin egahlin at openjdk.org
Tue Feb 27 09:59:43 UTC 2024


On Mon, 26 Feb 2024 22:33:35 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

> 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

Marked as reviewed by egahlin (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/18016#pullrequestreview-1903049914


More information about the hotspot-jfr-dev mailing list