user3714601
user3714601

Reputation: 1281

Zookeeper: why instances of ClientCnxn are GC roots in MAT?

I'm looking into heap dump with Eclipse MAT and yet can not grasp why zookeeper ClientCnxn instances are marked as GC roots there.

enter image description here

This class is loaded by application classloader under Websphere AS. And I see quite a lot of these instances (hundreds), each of those is marked as GC root.

Any idea why these could be GC roots? These are not threads, not stack variables, etc.

Is there any way to get some information on this point from MAT?

Upvotes: 1

Views: 55

Answers (0)

Related Questions