diff --git a/src/hotspot/share/runtime/sharedRuntime.hpp b/src/hotspot/share/runtime/sharedRuntime.hpp index 46a20465656..da61883b2fe 100644 --- a/src/hotspot/share/runtime/sharedRuntime.hpp +++ b/src/hotspot/share/runtime/sharedRuntime.hpp @@ -46,8 +46,6 @@ class SharedRuntime: AllStatic { friend class VMStructs; private: - static methodHandle resolve_sub_helper(bool is_virtual, bool is_optimized, TRAPS); - // Shared stub locations static RuntimeStub* _wrong_method_blob;