Some talks on finding Java memory leaks (one, two) suggest using the surviving generations metric to identify the classes whose instances remain live after multiple GC events and thus can constitute a memory leak.
Is it possible to see this metric in JProfiler when viewing live or recorded objects?
In JProfiler 13.0.6 I searched both the All Objects and Recorded Objects views, and their respective Vew Settings dialogues, but couldn't find any such option.