summaryrefslogtreecommitdiffstats
path: root/runtime/gc/collector_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/gc/collector_type.h')
-rw-r--r--runtime/gc/collector_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/gc/collector_type.h b/runtime/gc/collector_type.h
index 98c27fb..c0a6b6a 100644
--- a/runtime/gc/collector_type.h
+++ b/runtime/gc/collector_type.h
@@ -36,6 +36,8 @@ enum CollectorType {
kCollectorTypeGSS,
// Heap trimming collector, doesn't do any actual collecting.
kCollectorTypeHeapTrim,
+ // A (mostly) concurrent copying collector.
+ kCollectorTypeCC,
};
std::ostream& operator<<(std::ostream& os, const CollectorType& collector_type);