--- old/src/hotspot/share/runtime/sharedRuntime.cpp 2019-09-25 20:44:20.742545269 -0400 +++ new/src/hotspot/share/runtime/sharedRuntime.cpp 2019-09-25 20:44:20.546545276 -0400 @@ -1269,6 +1269,7 @@ // will be supported. if (!callee_method->is_old() && (callee == NULL || (callee->is_in_use() && callee_method->code() == callee))) { + NoSafepointVerifier nsv; #ifdef ASSERT // We must not try to patch to jump to an already unloaded method. if (dest_entry_point != 0) {