By javathreads
via infoq.com
Published: Apr 16 2009 / 06:20
Sun's Garbage First garbage collector (hereafter referred to by its nickname G1) is the new low latency garbage collector planned to replace CMS in the Hotspot JVM. It is a server-style collector, targeted at multi-processor machines with large amounts of memory. There are two major differences between CMS and G1. The first is that G1 is a compacting collector.



Comments
RawThinkTank replied ago:
All such JVM tasks should be kept on low usage core in a multicore system.
Voters For This Link (19)
Voters Against This Link (0)