diff -r 7e8f6c56c285 -r 6a159c6c23cc src/hotspot/share/runtime/thread.cpp --- a/src/hotspot/share/runtime/thread.cpp Wed Jul 24 10:09:30 2019 +0800 +++ b/src/hotspot/share/runtime/thread.cpp Wed Jul 24 10:50:40 2019 +0300 @@ -2969,11 +2969,6 @@ } } - // callee_target is never live across a gc point so NULL it here should - // it still contain a methdOop. - - set_callee_target(NULL); - assert(vframe_array_head() == NULL, "deopt in progress at a safepoint!"); // If we have deferred set_locals there might be oops waiting to be // written