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 233841 - [Heapwalker] subclass filter does not work well for classes loaded by multiple classloaders
Summary: [Heapwalker] subclass filter does not work well for classes loaded by multipl...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: VISUALVM
Depends on:
Blocks:
 
Reported: 2013-08-02 11:56 UTC by Tomas Hurka
Modified: 2013-08-04 02:09 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 2013-08-02 11:56:03 UTC
Subclass filter does not work well for classes loaded by multiple classloaders. Steps:
1) take heap dump from issue #233824.
2) open it and display subclasses for org.openide.windows.TopComponent
3) no subclass is displayed
Comment 1 Tomas Hurka 2013-08-02 12:01:50 UTC
FIxed in profiler-main

changeset:   260037:9d8a57d2ea94
user:        Tomas Hurka <thurka@netbeans.org>
date:        Fri Aug 02 14:00:24 2013 +0200
summary:     bugfix #233841, getJavaClassByName() does not work well, when class is loaded by multiple classloaders
Comment 2 Quality Engineering 2013-08-04 02:09:46 UTC
Integrated into 'main-silver', will be available in build *201308032300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9d8a57d2ea94
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #233841, getJavaClassByName() does not work well, when class is loaded by multiple classloaders