-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 23
-
Component/s: hotspot
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.