Tagged Questions
The verbosegc tag has no wiki summary.
3
votes
1answer
601 views
Definition of Java's mark-preclean-sweep-reset GC lines?
Can someone please provide some insight into the the following verbosegc lines on a Java runtime with CMS GC enabled? Specifically:
Does the event at 29.490 indicate heap location of the highwater ...
2
votes
1answer
1k views
Definition of Java's CMS GC log lines?
Examining a Java runtime with CMS (Concurrent-Mark-Sweep) GC enabled, what is the definition of the CMS space in the logs below? Shall I assume it is the tenured space? I see the following lines of ...