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?
|
feedback
|
|
The memory management documentation documentation and the garbage collector command line options may provide some more detailed info. | |||
feedback
|