From 21a6342069e1bdca209c8b82cc34e35617fc691e Mon Sep 17 00:00:00 2001 From: Felipe Maschio <20284430+maschiojv@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:53:28 -0300 Subject: [PATCH 1/2] Add ThreadMine to Performance analysis --- README_SOURCE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_SOURCE.md b/README_SOURCE.md index 12ab52b4..49db9354 100644 --- a/README_SOURCE.md +++ b/README_SOURCE.md @@ -859,6 +859,7 @@ _Tools for performance analysis, profiling and benchmarking._ - [async-profiler](https://github.com/async-profiler/async-profiler) - Low-overhead sampling profiler for CPU, allocation and lock analysis on the JVM. - [fastThread](https://fastthread.io) - Analyze and visualize thread dumps with a free cloud-based upload interface. +- [ThreadMine](https://threadmine.dev/en) - Analyze JVM thread dumps from HotSpot, OpenJ9, Zing and GraalVM, with detection of deadlocks, pool exhaustion and virtual thread pinning. Free tier with paid plans. - [GCeasy](https://gceasy.io) - Tool to analyze and visualize GC logs. It provides a free cloud-based upload interface. - [Heap Seance](https://github.com/SegfaultSorcerer/heap-seance) - Memory leak diagnostics that orchestrates jcmd, jmap, jstat, JFR, Eclipse MAT, and async-profiler into a structured investigation workflow with confidence-based verdicts. - [jHiccup](https://github.com/giltene/jHiccup) - Logs and records platform JVM stalls. From 38d36ebe07cff6074ffdb4900a112071b844fe70 Mon Sep 17 00:00:00 2001 From: Felipe Maschio <20284430+maschiojv@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:57:05 -0300 Subject: [PATCH 2/2] Say ThreadMine is a web-based analyzer Co-Authored-By: Claude Fable 5.1 --- README_SOURCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_SOURCE.md b/README_SOURCE.md index 49db9354..1d17ba91 100644 --- a/README_SOURCE.md +++ b/README_SOURCE.md @@ -859,7 +859,7 @@ _Tools for performance analysis, profiling and benchmarking._ - [async-profiler](https://github.com/async-profiler/async-profiler) - Low-overhead sampling profiler for CPU, allocation and lock analysis on the JVM. - [fastThread](https://fastthread.io) - Analyze and visualize thread dumps with a free cloud-based upload interface. -- [ThreadMine](https://threadmine.dev/en) - Analyze JVM thread dumps from HotSpot, OpenJ9, Zing and GraalVM, with detection of deadlocks, pool exhaustion and virtual thread pinning. Free tier with paid plans. +- [ThreadMine](https://threadmine.dev/en) - Web-based analyzer for JVM thread dumps from HotSpot, OpenJ9, Zing and GraalVM that detects deadlocks, pool exhaustion and virtual thread pinning. Free tier with paid plans. - [GCeasy](https://gceasy.io) - Tool to analyze and visualize GC logs. It provides a free cloud-based upload interface. - [Heap Seance](https://github.com/SegfaultSorcerer/heap-seance) - Memory leak diagnostics that orchestrates jcmd, jmap, jstat, JFR, Eclipse MAT, and async-profiler into a structured investigation workflow with confidence-based verdicts. - [jHiccup](https://github.com/giltene/jHiccup) - Logs and records platform JVM stalls.