问题
I'm getting "abort preclean due to time" when running Concurrent Mark & Sweep in Java 6. What does it mean? Is the GC really halting in the middle before it did any real work?
回答1:
Check out the section MaxAbortablePrecleanTime in Masamitsu's blog. This will give you a better idea about what the preclean phase is doing. Better than i'm willing to type out ;)
来源:https://stackoverflow.com/questions/1834501/abort-preclean-due-to-time-in-concurrent-mark-sweep