summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/jit/jit.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/jit/jit.cc b/runtime/jit/jit.cc
index 4ba90c12ce..558e4435f0 100644
--- a/runtime/jit/jit.cc
+++ b/runtime/jit/jit.cc
@@ -153,6 +153,7 @@ Jit* Jit::Create(JitOptions* options, std::string* error_msg) {
jit->hot_method_threshold_ = options->GetCompileThreshold();
jit->warm_method_threshold_ = options->GetWarmupThreshold();
jit->osr_method_threshold_ = options->GetOsrThreshold();
+ jit->priority_thread_weight_ = options->GetPriorityThreadWeight();
jit->CreateThreadPool();