Does structure of heap changes with GC types in Java? Is it so reference counting, generational and G1 will have a different heap structure?

huangapple 未分类评论49阅读模式
标题翻译

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?

huangapple
  • 本文由 发表于 2020年5月31日 04:31:31
  • 转载请务必保留本文链接:https://java.coder-hub.com/62108327.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定