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

Markus Grönlund mgronlun at openjdk.org
Tue Feb 27 11:43:59 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

This pull request has now been integrated.

Changeset: c5c866aa
Author:    Markus Grönlund <mgronlun at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c5c866aafe76f51cd5386bf5052c06691c1a0e8c
Stats:     6 lines in 2 files changed: 2 ins; 1 del; 3 mod

8326219: applications/kitchensink/Kitchensink8H.java timed out

Reviewed-by: egahlin

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

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


More information about the hotspot-jfr-dev mailing list