开发者

"abort preclean due to time" in Concurrent Mark & Sweep

开发者 https://www.devze.com 2022-12-13 05:38 出处:网络
I\'m getting \"abort preclean due to time\" when running Concurrent Mark & Sweep in Java 6开发者_开发技巧.

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?


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 ;)

0

精彩评论

暂无评论...
验证码 换一张
取 消