Sachin Gupta

HeapLens - AI powered JVM heap dump analyzer inside VS Code

by
JVM heap dump analysis inside VS Code. No more switching to Eclipse MAT or heavy desktop tools. Open any .hprof file and get instant insights. Includes HeapQL, a purpose built query language for querying objects, references, and retention paths in JVM memory. Supports AI powered diagnostics through any LLM provider including local models. Free and open source under Apache 2.0 with over 450 downloads across VS Code Marketplace and Open VSX Registry.

Add a comment

Replies

Best
Sachin Gupta
Hunter
📌
I built HeapLens because analyzing heap dumps in 2026 still means switching to Eclipse MAT or other desktop tools. As a Java engineer working with production systems, I wanted something that lives right where I code. HeapLens opens .hprof files natively in VS Code. The part I'm most proud of is HeapQL, a query language I designed specifically for JVM memory. Instead of clicking through object trees, you write queries to find exactly what you need. It also supports LLM powered analysis. You can connect any provider or run models locally so nothing leaves your machine. Would love feedback from anyone who works with Java in production. What would make this more useful for your workflow?