Java Cup
Inside Java

News and views from members of the Java team at Oracle

Episode 53 “Analyzing Crashed JVMs” [IJN]

The Java tool jcmd (“j command”) sends diagnostic commands to the JVM, which will react by supplying the desired information: from finalizer queues to heap and thread dumps, from GC insights to virtual thread scheduler statistics. At the moment, this requires a running JVM, but once candidate is adopted, a lot of that information can be seamlessly extracted from a crashed JVM’s core dump, allowing easy post-mortem analysis.


More at https://inside.java/2026/04/04/podcast-053/.