Integrated: 8365057: Add support for java.util.concurrent lock information to Thread.dump_to_file

Alex Menkov amenkov at openjdk.org
Fri Sep 26 20:52:40 UTC 2025


On Tue, 23 Sep 2025 20:22:31 GMT, Alex Menkov <amenkov at openjdk.org> wrote:

> The fix updates `jcmd Thread.dump_to_file`/`HotSpotDiagnosticMXBean.dumpThreads` implementation to report thread which owns parkBlocker.
> 
> Testing: tier1..4,hs-tier5-svc

This pull request has now been integrated.

Changeset: cedc0117
Author:    Alex Menkov <amenkov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/cedc0117ac36243cc240e8ab6adb3c78af4055fc
Stats:     78 lines in 6 files changed: 65 ins; 0 del; 13 mod

8365057: Add support for java.util.concurrent lock information to Thread.dump_to_file

Co-authored-by: Alex Menkov <amenkov at openjdk.org>
Co-authored-by: Alan Bateman <alanb at openjdk.org>
Reviewed-by: sspitsyn, alanb

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

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


More information about the serviceability-dev mailing list