< prev index next >

src/hotspot/share/runtime/thread.cpp

Print this page
rev 50307 : [mq]: cont

@@ -1505,10 +1505,11 @@
   _array_for_gc = NULL;
   _suspend_equivalent = false;
   _in_deopt_handler = 0;
   _doing_unsafe_access = false;
   _stack_guard_state = stack_guard_unused;
+  DEBUG_ONLY(_continuation = NULL;)
 #if INCLUDE_JVMCI
   _pending_monitorenter = false;
   _pending_deoptimization = -1;
   _pending_failed_speculation = NULL;
   _pending_transfer_to_interpreter = false;
< prev index next >