CMS (Concurrent Mark-Sweep) GC
E1103953
UNEXPLORED
CMS (Concurrent Mark-Sweep) GC is a low-pause, mostly concurrent garbage collector in the Java HotSpot VM that was designed to minimize application stop-the-world times by performing most of its work alongside running application threads.
All labels observed (1)
| Label | Occurrences |
|---|---|
| CMS (Concurrent Mark-Sweep) GC canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T14538427 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: CMS (Concurrent Mark-Sweep) GC Context triple: [G1 GC, comparedWith, CMS (Concurrent Mark-Sweep) GC]
-
A.
G1 GC
G1 GC is a server-style garbage collector for the HotSpot JVM designed to provide predictable, low-pause-time memory management by partitioning the heap into regions and collecting them incrementally.
-
B.
SGen (generational garbage collector)
SGen is a generational garbage collector used by the Mono runtime to improve memory management performance and reduce pause times for managed applications.
-
C.
Parallel GC
Parallel GC is a throughput-oriented garbage collector in the HotSpot JVM that uses multiple threads to perform stop-the-world garbage collection, aiming to maximize application performance on multi-core systems.
-
D.
Serial GC
Serial GC is a simple, single-threaded garbage collector in the HotSpot JVM designed primarily for small applications or environments with limited CPU resources.
-
E.
ZGC
ZGC is a low-latency, scalable garbage collector for the HotSpot JVM designed to handle very large heaps with minimal pause times.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: CMS (Concurrent Mark-Sweep) GC Target entity description: CMS (Concurrent Mark-Sweep) GC is a low-pause, mostly concurrent garbage collector in the Java HotSpot VM that was designed to minimize application stop-the-world times by performing most of its work alongside running application threads.
-
A.
G1 GC
G1 GC is a server-style garbage collector for the HotSpot JVM designed to provide predictable, low-pause-time memory management by partitioning the heap into regions and collecting them incrementally.
-
B.
SGen (generational garbage collector)
SGen is a generational garbage collector used by the Mono runtime to improve memory management performance and reduce pause times for managed applications.
-
C.
Parallel GC
Parallel GC is a throughput-oriented garbage collector in the HotSpot JVM that uses multiple threads to perform stop-the-world garbage collection, aiming to maximize application performance on multi-core systems.
-
D.
Serial GC
Serial GC is a simple, single-threaded garbage collector in the HotSpot JVM designed primarily for small applications or environments with limited CPU resources.
-
E.
ZGC
ZGC is a low-latency, scalable garbage collector for the HotSpot JVM designed to handle very large heaps with minimal pause times.
- F. None of above. chosen
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.