diff -r c6923eaecd7b -r cff8aad2593f src/hotspot/share/runtime/thread.cpp --- a/src/hotspot/share/runtime/thread.cpp Mon Jul 08 17:44:34 2019 +0200 +++ b/src/hotspot/share/runtime/thread.cpp Fri Jul 19 16:25:04 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