From 24ea7ac7bfe824a1e164d6738cacd9d50f90f429 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 6 Jul 2026 20:59:05 +0200 Subject: [PATCH] Add Hexana plugin to JVM tools list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 774ab87a..214f4962 100644 --- a/README.md +++ b/README.md @@ -981,6 +981,7 @@ _Tools for performance analysis, profiling and benchmarking._ - [LatencyUtils](https://github.com/LatencyUtils/LatencyUtils) - Utilities for latency measurement and reporting. - [JVM Hotpath](https://github.com/sfkamath/jvm-hotpath) - Java agent for line-level execution frequency analysis to identify algorithmic bottlenecks. - [Argus](https://github.com/rlaope/Argus) - JVM diagnostics CLI for jcmd, JFR, async-profiler, heap analysis and machine-readable health verdicts. +- [Hexana](https://hexana.lovable.app/?utm_source=awesome_jvm&utm_medium=referral&utm_campaign=landing_spread_q3) - IntelliJ plugin for JIT analysis: captures C2 and GraalVM JIT emission via a JVMTI agent (.jit files), visualizes compiled methods with inlining trees, and auto-attaches to JMH forks for benchmark-level inspection. ### Platform