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 189685 - [HeapWalker] Hyper links on Overview tab can show incorrect instance
Summary: [HeapWalker] Hyper links on Overview tab can show incorrect instance
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: VISUALVM
Depends on:
Blocks:
 
Reported: 2010-08-19 15:14 UTC by Tomas Hurka
Modified: 2011-02-24 16:05 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 Tomas Hurka 2010-08-19 15:14:16 UTC
Hyper links on Overview tab can show incorrect instance, since they use class name and instance number to encode the instance. This scheme is not working correctly, when there are classes with the same name loaded by more than one classloader. The similar problem is with links to classes.
Comment 1 Tomas Hurka 2010-08-19 15:17:09 UTC
Fixed in profiler-main

changeset:   175862:5eeeb5bebe4c
user:        Tomas Hurka <thurka@netbeans.org>
date:        Thu Aug 19 17:16:26 2010 +0200
summary:     bugfix #189685, use Instance.in.getInstanceId() and JavaClass.getJavaClassId() to identify Instance and JavaClass
Comment 2 Quality Engineering 2010-08-25 03:19:24 UTC
Integrated into 'main-golden', will be available in build *201008250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5eeeb5bebe4c
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #189685, use Instance.in.getInstanceId() and JavaClass.getJavaClassId() to identify Instance and JavaClass