Merge "Fix initialization of field after conflicting merges." into nyc-dev
diff --git a/runtime/jit/jit.cc b/runtime/jit/jit.cc
index a9ac1fb..8f126bf 100644
--- a/runtime/jit/jit.cc
+++ b/runtime/jit/jit.cc
@@ -158,6 +158,7 @@
   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();