[[command]]
name = "jstack"
description = "Prints a Java thread dump for a running JVM. Attaches to the target JVM by PID, reads thread state, and prints to stdout. The attach is an external-process operation. Bare invocation prints help. Carve-out: --help / --version only."
url = "https://docs.oracle.com/en/java/javase/21/docs/specs/man/jstack.html"
researched_version = "jstack — bundled with JDK 21+"
level = "Inert"
bare = false
max_positional = 0
standalone = ["--help", "--version", "-h", "-help", "-version"]