Understanding Concurrent Mark Sweep Garbage Collector Logs

Concurrent Mark Sweep (CMS) is a type of Garbage Collector (GC) available in the Java Virtual Machine (JVM) of the Java 2 SDK. This document explains the traces generated by JVM when run with certain diagnostic flags, specifically the logs generated with VM option -XX:+PrintGCDetails for this collector.

本日志由 flyinweb 于 2010-01-14 18:20:09 发表到 技术文摘 中,目前已经被浏览 4952 次,评论 0 次;

作者添加了以下标签: Garbage Collector Log

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文