Sunday, February 22, 2026

Concurrent Garbage Collector

 It uses multiple threads to perform GC. Concurrent means the collector can run simultaneously with application threads. Therefore the system must have enough cpu for best result. Compaction still stop the application threads. 

No comments: