Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8253350: Remove unimplemented SharedRuntime::clean_*_entry
Reviewed-by: zgu, coleenp
  • Loading branch information
shipilev committed Sep 18, 2020
1 parent 43019a0 commit 05572e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/hotspot/share/runtime/sharedRuntime.hpp
Expand Up @@ -356,10 +356,6 @@ class SharedRuntime: AllStatic {

static Method* extract_attached_method(vframeStream& vfst);

static address clean_virtual_call_entry();
static address clean_opt_virtual_call_entry();
static address clean_static_call_entry();

#if defined(X86) && defined(COMPILER1)
// For Object.hashCode, System.identityHashCode try to pull hashCode from object header if available.
static void inline_check_hashcode_from_object_header(MacroAssembler* masm, const methodHandle& method, Register obj_reg, Register result);
Expand Down

1 comment on commit 05572e8

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 05572e8 Sep 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.