“abort preclean due to time” in Concurrent Mark & Sweep

蹲街弑〆低调 提交于 2019-11-27 23:39:48

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!