JDK-6266583 : jstack -l option to print JSR-166 locks
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 5.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-05-06
  • Updated: 2017-05-16
  • Resolved: 2005-05-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b38Fixed
Related Reports
Relates :  
Description
Add jstack -l option to print the long form of the thread dump.  In Mustang it will include all locked JSR-166 synchronizers.  It's equivalent to what's printed when -XX:+PrintConcurrentLocks is set.

(see 5086470: Support java.util.concurrent locks in the lock related facility).
###@###.### 2005-05-06 16:53:25 GMT

The hotspot change is tracked by this bug.  The new option -l is added to jstack as part of the fix of 6260070 in B39.
###@###.### 2005-05-18 15:35:53 GMT

Comments
EVALUATION Will fix this in Mustang. ###@###.### 2005-05-06 16:54:25 GMT
06-05-2005