Activity overview
Latest activity by hamishg
Hi,
I am not following this explanation for the following reasons:
1) Why would you ever see GC Root -- Yes Weak Reference... ? As you say, this should only be displayed if an object is only referenced via weak references. Now, if Ants Memory profiler does a force garbage collect before taking the snapshot, shouldn't these all be removed (since there are only weak references to it)?
2) You say if they are persisting, it's because they have a strong root of some kind. Now, according to what you said before, if this was the case, it shouldn't be listed as Yes - Weak Reference, as there is a strong reference to it.
I am quite confused about this.
Hamish / comments
Hi,
I am not following this explanation for the following reasons:
1) Why would you ever see GC Root -- Yes Weak Reference... ? As you say, this should only be displayed if an object is only refere...