[jdk21u-dev] RFR: 8371889: JFR: Deadlock in ThrowableTracer
Goetz Lindenmaier
goetz at openjdk.org
Tue Dec 23 10:49:54 UTC 2025
On Wed, 19 Nov 2025 13:58:35 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
> This change initializes the event configurations (known as event handlers in earlier JDKs) early, in order to avoid potential deadlocks (see [description in the issue](https://bugs.openjdk.org/browse/JDK-8371889)).
>
> JDK 21 is the last JDK where this is relevant, that code has been completely reworked in JDK 22 (e.g. [JDK-8319374](https://bugs.openjdk.org/browse/JDK-8319374)).
>
> Testing:
> - [x] jdk/jfr
> - [x] tier1
Hi @rkennke
thanks for fixing this!
Can you please enable the GHA actions on your repo so the tests run?
Also, you might want to prefix your JBS bug with [21u].
Thanks!
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/2483#issuecomment-3686149741
More information about the jdk-updates-dev
mailing list