hotspot/src/share/vm/runtime/vframeArray.cpp
changeset 5046 27e801a857cb
parent 4896 88b4193b82b0
child 5419 f2e8cc8c12ea
equal deleted inserted replaced
5044:7e40acdf2163 5046:27e801a857cb
   221       case Deoptimization::Unpack_deopt:
   221       case Deoptimization::Unpack_deopt:
   222         // use what we've got
   222         // use what we've got
   223         break;
   223         break;
   224       case Deoptimization::Unpack_exception:
   224       case Deoptimization::Unpack_exception:
   225         // exception is pending
   225         // exception is pending
   226         pc = SharedRuntime::raw_exception_handler_for_return_address(pc);
   226         pc = SharedRuntime::raw_exception_handler_for_return_address(thread, pc);
   227         // [phh] We're going to end up in some handler or other, so it doesn't
   227         // [phh] We're going to end up in some handler or other, so it doesn't
   228         // matter what mdp we point to.  See exception_handler_for_exception()
   228         // matter what mdp we point to.  See exception_handler_for_exception()
   229         // in interpreterRuntime.cpp.
   229         // in interpreterRuntime.cpp.
   230         break;
   230         break;
   231       case Deoptimization::Unpack_uncommon_trap:
   231       case Deoptimization::Unpack_uncommon_trap: