Skip to content

Commit 921860d

Browse files
committedMay 30, 2024
8333264: Remove unused resolve_sub_helper declaration after JDK-8322630
Reviewed-by: rcastanedalo
1 parent 4a20691 commit 921860d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/hotspot/share/runtime/sharedRuntime.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ class SharedRuntime: AllStatic {
4646
friend class VMStructs;
4747

4848
private:
49-
static methodHandle resolve_sub_helper(bool is_virtual, bool is_optimized, TRAPS);
50-
5149
// Shared stub locations
5250

5351
static RuntimeStub* _wrong_method_blob;

0 commit comments

Comments
 (0)
Please sign in to comment.