Integrated: 8369991: Thread blocking during JFR emergency dump must be in safepoint safe state
Markus Grönlund
mgronlun at openjdk.org
Wed Oct 22 17:42:45 UTC 2025
On Fri, 17 Oct 2025 09:06:09 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:
> Greetings,
>
> A tiny adjustment to the fix in https://bugs.openjdk.org/browse/JDK-8369255.
>
> A JavaThread must be in a safe safepoint state before taking an infinite nap; for convenience, it goes to _thread_in_native.
>
> Testing: jdk_jfr
>
> Thanks
> Markus
This pull request has now been integrated.
Changeset: afba6368
Author: Markus Grönlund <mgronlun at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/afba636869bc297d0c9c29fbe7f2a1eb5929218b
Stats: 10 lines in 1 file changed: 6 ins; 1 del; 3 mod
8369991: Thread blocking during JFR emergency dump must be in safepoint safe state
Reviewed-by: fandreuzzi, egahlin
-------------
PR: https://git.openjdk.org/jdk/pull/27862
More information about the hotspot-jfr-dev
mailing list