JVM內存回收知識點圖解(二)

一、垃圾收集算法 二、垃圾收集器 垃圾蒐集器簡介 垃圾蒐集器大致分爲以下三類 串行蒐集器(serial collector):它只有一條GC線程,且就像前面說的,它在運行的時候需要暫停用戶程序(stop the world)。 並行蒐集器(parallel collector):它有多條GC線程,且它也需要暫停用戶程序(stop the world)。 併發蒐集器(concurrent colle
相關文章
相關標籤/搜索