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 227292

Summary: Enhance Thread display with info about java.util.concurrent locks
Product: profiler Reporter: Tomas Hurka <thurka>
Component: BaseAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: normal Keywords: PLAN, VISUALVM
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Tomas Hurka 2013-03-11 13:59:16 UTC
When using the new java.util.concurrent stuff, threads that are waiting show up
as new "Park" state in Thread panel.
Comment 1 Tomas Hurka 2013-03-11 16:47:38 UTC
Done in profiler-main

changeset:   247537:cc9f82a9bdee
user:        Tomas Hurka <thurka@netbeans.org>
date:        Mon Mar 11 17:39:40 2013 +0100
summary:     issue #227292 - track parkEntry/parkExit as separate events and display them in Threads view
Comment 2 Quality Engineering 2013-03-24 21:00:59 UTC
Integrated into 'main-golden', will be available in build *201303241718* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/cc9f82a9bdee
User: Tomas Hurka <thurka@netbeans.org>
Log: issue #227292 - track parkEntry/parkExit as separate events and display them in Threads view
Comment 3 Quality Engineering 2013-08-08 02:28:21 UTC
Integrated into 'main-silver', will be available in build *201308072300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/98d8974adb0e
User: Tomas Hurka <thurka@netbeans.org>
Log: issue #227292 - track parkEntry/parkExit as separate events and display them in Threads view