user710818
user710818

Reputation: 24288

How to check which object in survived space?

I use jconsole when I look at heap memory I see:

PS Eden, PS Survivor and PS Old Gen

Does it exist instrument to check which object went from PS Eden to PS Survivor ?

Upvotes: 1

Views: 109

Answers (1)

Dave
Dave

Reputation: 4597

jvisualvm might give you what you're looking for. It ships with newer versions of the SDK.

Upvotes: 1

Related Questions