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 181491

Summary: [HeapWalker] Display local variables in thread dump
Product: profiler Reporter: Tomas Hurka <thurka>
Component: BaseAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: normal Keywords: VISUALVM
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Tomas Hurka 2010-03-03 12:53:45 UTC
Thread dump in the overview part of heapwalker can be extended to display information about local variables, which are temporary GC roots. it should be also possible to navigate from local variable to its corresponding instance in instance view and from the 'Java Frame' GC root in references view to corresponding local variable in thread dump. This should help users to match Java Frame GC roots to corresponding local variable.
Comment 1 Tomas Hurka 2010-03-03 13:04:47 UTC
Done in profiler-main
changeset:   162027:2e92f3f05118
user:        Tomas Hurka <thurka@netbeans.org>
date:        Wed Mar 03 21:03:01 2010 +0100
summary:     issue #181491, local variables added into stack traces in overview tab; allow navigation from/to instances view
Comment 2 Quality Engineering 2010-03-04 22:14:11 UTC
Integrated into 'main-golden', will be available in build *201003050200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2e92f3f05118
User: Tomas Hurka <thurka@netbeans.org>
Log: issue #181491, local variables added into stack traces in overview tab; allow navigation from/to instances view
Comment 3 Tomas Hurka 2010-03-05 01:26:20 UTC
Available in daily build.