statics class and attributes

Questions about YourKit Java Profiler
Post Reply
javi
Posts: 5
Joined: Tue Mar 15, 2005 6:26 pm

statics class and attributes

Post by javi »

hi!,

statics attributes do not count on retained size of the class.

statics classes that are not instantiated, but have statics attributes are not visibles in "all live objects".

thanks

javi.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Post by Anton Katilin »

Hi,

We are considering here inclusion of size retained by static fields to retained size of class.


Best regards,
Anton
Post Reply