Java GC - is there a way to determine which objects collected

Posted by Seffi on Stack Overflow See other posts from Stack Overflow or by Seffi
Published on 2010-04-13T11:40:46Z Indexed on 2010/04/13 11:43 UTC
Read the original article Hit count: 307

Filed under:
|

Hi all,

I'm trying to monitor the gc activity in my app, using -verbosegc flag. I can see there are full and minor collections, but is there a way to determine (subscrbing to events/vm flags/whatever) which objects actually collected?

Thanks!

© Stack Overflow or respective owner

Related posts about java

Related posts about gc