Two of the new collectors are designed to reduce collection pause time — the parallel copying collector and the concurrent mark-sweep collector.
新收集器中的两个——并行复制收集器和并发标记-清除收集器——设计为减少收集暂停时间。
The parallel copying collector and concurrent mark-sweep collector are basically concurrent versions of the default copying and mark-compact collectors.
并行复制收集器和并发标记-清除收集器基本上是默认的复制收集器和标记-整理收集器的并发版本。
The young generation, or nursery, USES a semi-space copying collector, and the old, or tenured, generation USES a concurrent mark sweep collector.
年轻(也称为婴儿(nursery))代使用一个半空间复制收集器,而老年(也称为长存的(tenured))代使用并发的标志扫描收集器。
Even for most enterprise applications the use of the concurrent-mark-sweep collector (also known as the low-pause collector) will reduce pauses to levels that are acceptable for most applications.
甚至对大部分企业级应用程序来说,并行标记扫描(concurrent - mark - sweep)回收器(也叫低暂停回收器,low - pausecollector)的应用也已经把暂停降低到了一个大多数应用可以接受的级别上。
Even for most enterprise applications the use of the concurrent-mark-sweep collector (also known as the low-pause collector) will reduce pauses to levels that are acceptable for most applications.
甚至对大部分企业级应用程序来说,并行标记扫描(concurrent - mark - sweep)回收器(也叫低暂停回收器,low - pausecollector)的应用也已经把暂停降低到了一个大多数应用可以接受的级别上。
应用推荐