parallel collector(并行收集器):以thoughout吞吐量为目标 concurrent collector(并发收集器):以响应时间为目标,尽量减小gc造成的应用中断,以牺牲CPU为代价,...
基于55个网页-相关网页
Parallel Throughput Collector 并行收集器
Parallel Compaction Collector 并行缩并垃圾收集器
Parallel Compacting Collector 并行压缩收集器 ; 收集器
Parallel Garbage Collector 并行垃圾回收器
Parallel Old Generation Collector 并行旧代收集器
Parallel Young Generation Collector 并行年轻代收集器
Two of the new collectors are designed to reduce collection pause time — the parallel copying collector and the concurrent mark-sweep collector.
新收集器中的两个——并行复制收集器和并发标记-清除收集器——设计为减少收集暂停时间。
The garbage collector uses them to accelerate concurrent and parallel garbage collection; the scheduler uses them to efficiently schedule threads and processes and to implement intrinsic locking.
垃圾收集器使用非阻塞算法加快并发和平行的垃圾搜集;调度器使用非阻塞算法有效地调度线程和进程,实现内在锁。
The parallel copying collector and concurrent mark-sweep collector are basically concurrent versions of the default copying and mark-compact collectors.
并行复制收集器和并发标记-清除收集器基本上是默认的复制收集器和标记-整理收集器的并发版本。
应用推荐