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 - HeapWalker - path to GC root includes Finalizer.referent
Summary: HeapWalker - path to GC root includes Finalizer.referent
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords: VISUALVM
Depends on:
Blocks:
 
Reported: 2009-05-14 16:42 UTC by Tomas Hurka
Modified: 2009-05-22 13:27 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 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