Skip to content

Commit 05572e8

Browse files
committedSep 18, 2020
8253350: Remove unimplemented SharedRuntime::clean_*_entry
Reviewed-by: zgu, coleenp
1 parent 43019a0 commit 05572e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

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

-4
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,6 @@ class SharedRuntime: AllStatic {
356356

357357
static Method* extract_attached_method(vframeStream& vfst);
358358

359-
static address clean_virtual_call_entry();
360-
static address clean_opt_virtual_call_entry();
361-
static address clean_static_call_entry();
362-
363359
#if defined(X86) && defined(COMPILER1)
364360
// For Object.hashCode, System.identityHashCode try to pull hashCode from object header if available.
365361
static void inline_check_hashcode_from_object_header(MacroAssembler* masm, const methodHandle& method, Register obj_reg, Register result);

0 commit comments

Comments
 (0)
Please sign in to comment.