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

Summary: [Heapwalker] subclass filter does not work well for classes loaded by multiple classloaders
Product: profiler Reporter: Tomas Hurka <thurka>
Component: BaseAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: normal Keywords: VISUALVM
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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