summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r--runtime/runtime.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index 3cdf289..2af569a 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -401,8 +401,7 @@ Runtime::ParsedOptions* Runtime::ParsedOptions::Create(const Options& options, b
// Only the main GC thread, no workers.
parsed->conc_gc_threads_ = 0;
// Default is CMS which is Sticky + Partial + Full CMS GC.
- // parsed->collector_type_ = gc::kCollectorTypeCMS;
- parsed->collector_type_ = gc::kCollectorTypeGSS;
+ parsed->collector_type_ = gc::kCollectorTypeCMS;
// If background_collector_type_ is kCollectorTypeNone, it defaults to the collector_type_ after
// parsing options.
parsed->background_collector_type_ = gc::kCollectorTypeNone;