mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8253822: Remove unused exception_address_is_unpack_entry
Removing dead code Reviewed-by: chagedorn, kvn
This commit is contained in:
parent
84402796b2
commit
96704253b6
1 changed files with 0 additions and 4 deletions
|
@ -601,10 +601,6 @@ class DeoptimizationBlob: public SingletonBlob {
|
|||
|
||||
// Typing
|
||||
bool is_deoptimization_stub() const { return true; }
|
||||
bool exception_address_is_unpack_entry(address pc) const {
|
||||
address unpack_pc = unpack();
|
||||
return (pc == unpack_pc || (pc + frame::pc_return_offset) == unpack_pc);
|
||||
}
|
||||
|
||||
// GC for args
|
||||
void preserve_callee_argument_oops(frame fr, const RegisterMap *reg_map, OopClosure* f) { /* Nothing to do */ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue