Skip to content

Commit 9670425

Browse files
author
Nils Eliasson
committed
8253822: Remove unused exception_address_is_unpack_entry
Removing dead code Reviewed-by: chagedorn, kvn
1 parent 8440279 commit 9670425

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/hotspot/share/code/codeBlob.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -601,10 +601,6 @@ class DeoptimizationBlob: public SingletonBlob {
601601

602602
// Typing
603603
bool is_deoptimization_stub() const { return true; }
604-
bool exception_address_is_unpack_entry(address pc) const {
605-
address unpack_pc = unpack();
606-
return (pc == unpack_pc || (pc + frame::pc_return_offset) == unpack_pc);
607-
}
608604

609605
// GC for args
610606
void preserve_callee_argument_oops(frame fr, const RegisterMap *reg_map, OopClosure* f) { /* Nothing to do */ }

0 commit comments

Comments
 (0)