summaryrefslogtreecommitdiff
path: root/runtime/runtime_options.def
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime_options.def')
-rw-r--r--runtime/runtime_options.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/runtime_options.def b/runtime/runtime_options.def
index 037167ebcc..5db5a9058a 100644
--- a/runtime/runtime_options.def
+++ b/runtime/runtime_options.def
@@ -75,6 +75,7 @@ RUNTIME_OPTIONS_KEY (Unit, LowMemoryMode)
RUNTIME_OPTIONS_KEY (bool, UseTLAB, (kUseTlab || kUseReadBarrier))
RUNTIME_OPTIONS_KEY (bool, EnableHSpaceCompactForOOM, true)
RUNTIME_OPTIONS_KEY (bool, UseJitCompilation, true)
+RUNTIME_OPTIONS_KEY (bool, UseTieredJitCompilation, false)
RUNTIME_OPTIONS_KEY (bool, DumpNativeStackOnSigQuit, true)
RUNTIME_OPTIONS_KEY (bool, MadviseRandomAccess, false)
RUNTIME_OPTIONS_KEY (JniIdType, OpaqueJniIds, JniIdType::kDefault) // -Xopaque-jni-ids:{true, false}