This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 238546 - Enhance Lock contention monitoring with info about thread owning monitor
Summary: Enhance Lock contention monitoring with info about thread owning monitor
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: PLAN
Depends on:
Blocks:
 
Reported: 2013-11-19 12:33 UTC by Tomas Hurka
Modified: 2013-11-20 03:00 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2013-11-19 12:33:21 UTC
To successfully detect lock contention it is also important to know, which thread owns the monitor the blocked thread is waiting for. This enhancement adds information about monitor owning thread to Lock contention window. Both threads view and monitors views now have this information.
Comment 1 Tomas Hurka 2013-11-19 13:30:31 UTC
Done in profiler-main

changeset:   267023:803f0a27716a
user:        Tomas Hurka <thurka@netbeans.org>
date:        Tue Nov 19 13:47:51 2013 +0100
summary:     issue #238546, add information about monitor owner to lock contention monitoring
Comment 2 Quality Engineering 2013-11-20 03:00:43 UTC
Integrated into 'main-silver', will be available in build *201311200002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/803f0a27716a
User: Tomas Hurka <thurka@netbeans.org>
Log: issue #238546, add information about monitor owner to lock contention monitoring