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 121924

Summary: Don't remove garbage collected objects from Memory Liveness results
Product: profiler Reporter: Alexander Kouznetsov <mrkam>
Component: BaseAssignee: issues@profiler <issues>
Status: NEW ---    
Severity: blocker Keywords: VISUALVM
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: log related bug

Description Alexander Kouznetsov 2007-11-14 16:21:58 UTC
Product Version: NetBeans IDE 6.0 RC1 (Build 200711140000)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

Currently it is designed that Live Results don't show objects which are fully garbage collected during the profiling in
Liveness Profiling mode. It seems to be natural to show such objects with "0" in Live Objects column, so user could
track Allocated Objects and Avg. Age columns. This could be an option to show/hide such objects.

It looks strange and non-working when some objects are shown in Live Results and then disappear when user presses Take
Snapshot button, producing also an empty snapshot.

See also issue 84624
Comment 1 Alexander Kouznetsov 2007-11-15 14:53:17 UTC
It looks to me like a defect, since I got a lot of classes with zeros in Live Objects and Live Bytes and they were still
shown in Live Results. Probably it was caused by use of "Stop Profiling" feature before modify profiling.
Comment 2 J Bachorik 2008-03-29 12:15:25 UTC
changing milestone
Comment 3 ErRadhikaSharma 2011-06-13 06:52:52 UTC
Created attachment 108870 [details]
log related bug

there is an error related to IDE's configuration