|
|
|
|
|
by simiones
1026 days ago
|
|
The new GC is not concurrent, it is still a stop-the-world collector. The improvement is that it can do the collection and compaction work in parallel on a multi-core machine. As such, it will greatly increase throughput if given multiple cores, and will lead to lower pause times based on this improvement in throughput. |
|
If given many cores or perhaps in a later revision with improved efficiency. Today throughput on a four core CPU seems to be lower.