Copied : Graphical Representation of Concurrent Mark and Sweep(CMS) GC

Copied : Graphical Representation of Concurrent Mark and Sweep(CMS) GC

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

Vaibhav

Administrator
Staff member
Dec 10, 2015
21
1
3
36
Vaibhav submitted a new resource:

Copied : Graphical Representation of Concurrent Mark and Sweep(CMS) GC - From Oracle Tutorials

Came Across Very Good Pictorial Description of CMS Garbage Collection Stages which might in theory bit hard to understand.

CMS Collector has 5 phases for doing GC of Old Generation :
  1. Initial Mark (Stop the World Event).
  2. Concurrent Marking.
  3. Remark (Stop the World Event).
  4. Concurrent Sweep.
  5. Resetting.

(Copied Selected Part from Oracle Tutorials without any modification)

CMS Collector...

Read more about this resource...