hotspot/src/share/vm/runtime/vframeArray.cpp
changeset 15475 73896d91270c
parent 13728 882756847a04
child 15943 d830a939d985
equal deleted inserted replaced
15474:62425bb6b9e3 15475:73896d91270c
   231       }
   231       }
   232     } else if (JvmtiExport::can_force_early_return() && state != NULL && state->is_earlyret_pending()) {
   232     } else if (JvmtiExport::can_force_early_return() && state != NULL && state->is_earlyret_pending()) {
   233       // Force early return from top frame after deoptimization
   233       // Force early return from top frame after deoptimization
   234 #ifndef CC_INTERP
   234 #ifndef CC_INTERP
   235       pc = Interpreter::remove_activation_early_entry(state->earlyret_tos());
   235       pc = Interpreter::remove_activation_early_entry(state->earlyret_tos());
   236 #else
       
   237      // TBD: Need to implement ForceEarlyReturn for CC_INTERP (ia64)
       
   238 #endif
   236 #endif
   239     } else {
   237     } else {
   240       // Possibly override the previous pc computation of the top (youngest) frame
   238       // Possibly override the previous pc computation of the top (youngest) frame
   241       switch (exec_mode) {
   239       switch (exec_mode) {
   242       case Deoptimization::Unpack_deopt:
   240       case Deoptimization::Unpack_deopt: