hotspot/src/share/vm/runtime/thread.cpp
changeset 38666 5ff19807abd5
parent 38144 0976c0c5c5d3
child 38697 110bb528423b
--- a/hotspot/src/share/vm/runtime/thread.cpp	Tue May 10 23:08:42 2016 +0000
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Tue May 10 11:48:06 2016 +0200
@@ -1449,6 +1449,7 @@
   _pending_deoptimization = -1;
   _pending_failed_speculation = NULL;
   _pending_transfer_to_interpreter = false;
+  _adjusting_comp_level = false;
   _jvmci._alternate_call_target = NULL;
   assert(_jvmci._implicit_exception_pc == NULL, "must be");
   if (JVMCICounterSize > 0) {