JVM
Tips and snippets for Java and the JVM: debugging, tooling, performance, and runtime tuning.
JVM Debugging Enable verbose network/TLS debugging with -Djavax.net.debug.
Thread dump Capture a thread dump with jcmd, jstack, or kill -3.
GC tuning Pick a GC on JDK 21+ and read the logs before reaching for flags.