CMS GC

E1103950 UNEXPLORED

CMS GC (Concurrent Mark-Sweep Garbage Collector) is a low-pause garbage collection algorithm in the Java Virtual Machine designed to minimize application stop-the-world pauses by performing most of its work concurrently with running application threads.

All labels observed (1)

Label Occurrences
CMS GC canonical 1

How this entity was disambiguated

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Parallel GC contrastedWith CMS GC