Jon Masamitsu's Weblog
JDK6 GC Release notes
Here's a couple of pointers to the GC section of the release notes for JDK6.Concurrent Mark Sweep Collector Enhancements
Edit done May 16, 2007.
Ryan and Tobais, sorry but I just saw your comments. I could not figure out how to reply with a comment (comment period being closed and I didn't want to mess with the settings too much) so I'm editting the blog to respond.
Ryan,
The line "CMS-concurrent-abortable-preclean" does not indicate a problem. The "abortable" only indicates that the current phase (precleaning) can be interrupted in order to start the next phase.
Tobais,
Yes, the UseParallelOldGC does imply UseParallelGC.
Posted at 03:17PM Feb 06, 2007 by jonthecollector in Java | Comments[2]
Tuesday Feb 06, 2007
Posted by Ryan Krueger on February 13, 2007 at 09:09 AM PST #
Posted by Tobias on February 15, 2007 at 08:39 AM PST #