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 165194

Summary: HeapWalker - path to GC root includes Finalizer.referent
Product: profiler Reporter: Tomas Hurka <thurka>
Component: BaseAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: blocker Keywords: VISUALVM
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Tomas Hurka 2009-05-14 16:42:37 UTC
java.lang.ref.FinalReference and java.lang.ref.PhantomReference has to be treated the same way as java.lang.ref.WeakReference and java.lang.ref.SoftReference 
when computing path to GC root.
Comment 1 Tomas Hurka 2009-05-14 16:47:11 UTC
Fixed in profiler-main
changeset:   131280:0890d0094eb9
user:        Tomas Hurka <thurka@netbeans.org>
date:        Thu May 14 17:46:06 2009 +0200
summary:     bugfix #165194, java.lang.ref.FinalReference and java.lang.ref.PhantomReference added to the list of specially treated classes