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 196013 - [OQL] Invoking heap.livepaths() returns an arbitrary and random subset of the real livepaths
Summary: [OQL] Invoking heap.livepaths() returns an arbitrary and random subset of the...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords: VISUALVM
Depends on:
Blocks:
 
Reported: 2011-02-25 15:27 UTC by J Bachorik
Modified: 2011-03-02 07:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2011-02-25 15:27:07 UTC
When invoking heap.livepaths() to get all the paths from GC roots to a particular instance many of those paths are omitted due to the bug in the reference-walking algorithm. Thus, the user receives incomplete and false information.
Comment 1 J Bachorik 2011-02-25 15:35:25 UTC
fixed http://hg.netbeans.org/profiler-main/rev/e027c2fd726c
Comment 2 Quality Engineering 2011-03-02 07:04:23 UTC
Integrated into 'main-golden', will be available in build *201103020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e027c2fd726c
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #196013: Fixing the reference-walking algorithm when searching for all paths from GC roots to a particular instance