diff options
-rw-r--r-- | runtime/runtime_options.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime_options.def b/runtime/runtime_options.def index 8b504c1334..922334ee99 100644 --- a/runtime/runtime_options.def +++ b/runtime/runtime_options.def @@ -62,7 +62,7 @@ RUNTIME_OPTIONS_KEY (Unit, DumpGCPerformanceOnShutdown) RUNTIME_OPTIONS_KEY (Unit, DumpJITInfoOnShutdown) RUNTIME_OPTIONS_KEY (Unit, IgnoreMaxFootprint) RUNTIME_OPTIONS_KEY (Unit, LowMemoryMode) -RUNTIME_OPTIONS_KEY (bool, UseTLAB, kUseTlab) +RUNTIME_OPTIONS_KEY (bool, UseTLAB, (kUseTlab || kUseReadBarrier)) RUNTIME_OPTIONS_KEY (bool, EnableHSpaceCompactForOOM, true) RUNTIME_OPTIONS_KEY (bool, UseJIT, false) RUNTIME_OPTIONS_KEY (unsigned int, JITCompileThreshold, jit::Jit::kDefaultCompileThreshold) |