Skip to content

Instantly share code, notes, and snippets.

@bric3
bric3 / JavaPmapInspector.java
Last active September 23, 2021 08:42
Inspect pmap -X output of a java process, requires Java11, may not be 100% accurate
/*
Moved here => https://github.com/bric3/java-pmap-inspector
*/
public class JavaPmapInspector {
public static void main(String[] args) throws IOException {
System.err.println("Go to:");