konradreiche / java-concurrency-profiler

A Java profiler with emphasis on concurrent program information.
Other
6 stars 1 forks source link

Lock information #16

Closed konradreiche closed 13 years ago

konradreiche commented 13 years ago

The JVMTI API function GetObjectMonitorUsage offers information about an object's monitor. Pack these information into the MonitorEvent and model it in Java as a class describing a lock object. Display these information in Java on the Lock tab in a textual representation.