Skip to content

Commit b8d3c90

Browse files
fandreuzDavid Holmes
authored andcommitted
8370229: Remove unused method declarations after JDK-8322630
Reviewed-by: ayang, dholmes
1 parent bdfd5e8 commit b8d3c90

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/hotspot/share/runtime/sharedRuntime.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -384,10 +384,6 @@ class SharedRuntime: AllStatic {
384384
// deopt blob
385385
static void generate_deopt_blob(void);
386386

387-
static bool handle_ic_miss_helper_internal(Handle receiver, nmethod* caller_nm, const frame& caller_frame,
388-
methodHandle callee_method, Bytecodes::Code bc, CallInfo& call_info,
389-
bool& needs_ic_stub_refill, TRAPS);
390-
391387
public:
392388
static DeoptimizationBlob* deopt_blob(void) { return _deopt_blob; }
393389

@@ -549,7 +545,6 @@ class SharedRuntime: AllStatic {
549545
// A compiled caller has just called the interpreter, but compiled code
550546
// exists. Patch the caller so he no longer calls into the interpreter.
551547
static void fixup_callers_callsite(Method* moop, address ret_pc);
552-
static bool should_fixup_call_destination(address destination, address entry_point, address caller_pc, Method* moop, CodeBlob* cb);
553548

554549
// Slow-path Locking and Unlocking
555550
static void complete_monitor_locking_C(oopDesc* obj, BasicLock* lock, JavaThread* current);

0 commit comments

Comments
 (0)