The old generation USES a mark-compact collector.
老的代使用标记-整理收集器。
The parallel copying collector and concurrent mark-sweep collector are basically concurrent versions of the default copying and mark-compact collectors.
并行复制收集器和并发标记-清除收集器基本上是默认的复制收集器和标记-整理收集器的并发版本。
The generational collector employed by JDK 1.2 and later offers far better allocation and collection performance than the mark-sweep-compact collector used by earlier JDKs.
JD K 1.2及以后版本所使用的分代垃圾收集器提供了比早期JDK所使用的标记-清除-整理收集器好得多的分配和收集性能。
The same mark-sweep-compact collector is used, but much of the mark and sweep phases can be done as the application runs.
这种策略也使用 “标记-清扫-压缩 (mark-sweep-compact)” 收集器,但大部分标记和清扫工作可以在应用程序运行时执行。
The parallel mark-sweep-compact collector: optthruput.
平行式“标记-清扫-压缩”收集器:optthruput。
The parallel mark-sweep-compact collector: optthruput.
平行式“标记-清扫-压缩”收集器:optthruput。
应用推荐