标题翻译
Does structure of heap changes with GC types in Java? Is it so reference counting, generational and G1 will have a different heap structure?
问题
我正在学习Java中的垃圾回收(Garbage Collection,简称GC)主题。关于不同GC类型下的堆(heap)结构,我有点困惑。在Java中,堆的结构会随着不同的GC类型发生变化吗?
英文翻译
I was going through the Garbage Collection (GC) topic in Java. I am a bit confused about the heap structure with different GC types. Does the structure of heap changes with GC types in Java?
专注分享java语言的经验与见解,让所有开发者获益!
评论