src/hotspot/share/runtime/sharedRuntime.cpp
changeset 58358 d658f4379c63
parent 58226 408c445d04e8
child 58545 725244418646
--- a/src/hotspot/share/runtime/sharedRuntime.cpp	Thu Sep 26 14:04:25 2019 +0200
+++ b/src/hotspot/share/runtime/sharedRuntime.cpp	Thu Sep 26 09:22:49 2019 -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) {