src/hotspot/share/runtime/thread.cpp
changeset 52033 d6aa9ea2405d
parent 51998 27b48d82272c
child 52097 8419d77e3635
--- a/src/hotspot/share/runtime/thread.cpp	Fri Oct 05 18:25:15 2018 +0100
+++ b/src/hotspot/share/runtime/thread.cpp	Fri Oct 05 20:03:14 2018 +0200
@@ -1547,6 +1547,7 @@
   _pending_failed_speculation = 0;
   _pending_transfer_to_interpreter = false;
   _adjusting_comp_level = false;
+  _in_retryable_allocation = false;
   _jvmci._alternate_call_target = NULL;
   assert(_jvmci._implicit_exception_pc == NULL, "must be");
   if (JVMCICounterSize > 0) {