We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8440279 commit 9670425Copy full SHA for 9670425
src/hotspot/share/code/codeBlob.hpp
@@ -601,10 +601,6 @@ class DeoptimizationBlob: public SingletonBlob {
601
602
// Typing
603
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
- }
608
609
// GC for args
610
void preserve_callee_argument_oops(frame fr, const RegisterMap *reg_map, OopClosure* f) { /* Nothing to do */ }
0 commit comments