--- old/src/hotspot/share/runtime/thread.cpp 2019-11-22 14:30:46.753714558 -0500 +++ new/src/hotspot/share/runtime/thread.cpp 2019-11-22 14:30:46.489707638 -0500 @@ -1650,7 +1650,7 @@ set_deopt_compiled_method(NULL); set_monitor_chunks(NULL); _on_thread_list = false; - set_thread_state(_thread_new); + _thread_state = _thread_new; _terminated = _not_terminated; _array_for_gc = NULL; _suspend_equivalent = false;