Integration of ParralellGC and CMS
Clemens Eisserer
linuxhippy at gmail.com
Sat Jan 22 20:19:24 UTC 2011
Hi,
Just to be curious, how hard would it be to integrate the
Parallell(Old)GC with CMS?
As far as I can imagine it would be quite beneficial to fall back to a
multithreaded stop-the-world collector compared to a single-threaded
one.
Another idea would be a multithreaded CMS stop-the-world
defragmentation phase, which could prevent CMS to fail because of
fragmentation.
The reason I ask is because I should start to work on a master thesis
soon and java's garbage collectors would surely be an intersting topic
:)
Thank you in advance, Clemens
More information about the hotspot-gc-dev
mailing list