[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.memory-analyzer] Eden v Old

Is there any way to identify which objects are in Eden versus Survivor spaces v Tenured space?

And/or get the object copy count? (i.e the counter of the number of times the object has survived GC in the young generation).

I'm attempting to identify what's causing the generation-0 garbage collection to take so long.