--- old/src/hotspot/share/runtime/thread.cpp 2020-01-23 09:06:05.125762590 +0000 +++ new/src/hotspot/share/runtime/thread.cpp 2020-01-23 09:06:03.114714671 +0000 @@ -1706,7 +1706,6 @@ _SleepEvent = ParkEvent::Allocate(this); // Setup safepoint state info for this thread ThreadSafepointState::create(this); - _handshake.set_thread(this); debug_only(_java_call_counter = 0);