--- old/src/hotspot/share/code/compiledMethod.hpp 2021-04-16 16:02:53.404828789 +0000 +++ new/src/hotspot/share/code/compiledMethod.hpp 2021-04-16 16:02:53.252825022 +0000 @@ -238,8 +238,6 @@ return _mark_for_deoptimization_status != deoptimize_noupdate; } - static bool nmethod_access_is_safe(nmethod* nm); - // tells whether frames described by this nmethod can be deoptimized // note: native wrappers cannot be deoptimized. bool can_be_deoptimized() const { return is_java_method(); }