-
Sub-task
-
Resolution: Delivered
-
P4
-
23
The `jstack` command in `jhsdb clhsdb` has been modified to scan for `java.util.concurrent` locks only if given the `-l` option. Searching for these locks is a very expensive operation that requires scanning the entire heap. The `jhsdb jstack` and `bin/jstack` commands also have the ability to include this locking information in the output, but do not do so by default.