From 921860d41da2fac180d44a5cdf891b4f660945bc Mon Sep 17 00:00:00 2001 From: Tobias Hartmann Date: Thu, 30 May 2024 13:38:14 +0000 Subject: [PATCH] 8333264: Remove unused resolve_sub_helper declaration after JDK-8322630 Reviewed-by: rcastanedalo --- src/hotspot/share/runtime/sharedRuntime.hpp | 2 -- 1 file changed, 2 deletions(-) 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;