I'm looking for details on the optthruput garbage collector of the IBM JVM. I already found this article, but I would like to know more details. For instance, I'd like to know how does the collector balance work between its threads, and are there any serial phases in its work. Is there a published article where I could find more detailed information?

link|improve this question

71% accept rate
feedback

1 Answer

up vote 2 down vote accepted

The memory management documentation documentation and the garbage collector command line options may provide some more detailed info.

link|improve this answer
The part about the work packets under the Mark Phase section, that's exactly what I was looking for. – haggai_e Oct 5 '11 at 17:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.