hotspot/src/share/vm/runtime/deoptimization.cpp
changeset 9446 748a37b25d10
parent 9437 9981851b4b8c
child 9447 b4c536dd62da
equal deleted inserted replaced
9445:af37395bda58 9446:748a37b25d10
  1771   "unreached",
  1771   "unreached",
  1772   "unhandled",
  1772   "unhandled",
  1773   "constraint",
  1773   "constraint",
  1774   "div0_check",
  1774   "div0_check",
  1775   "age",
  1775   "age",
  1776   "predicate"
  1776   "predicate",
       
  1777   "loop_limit_check"
  1777 };
  1778 };
  1778 const char* Deoptimization::_trap_action_name[Action_LIMIT] = {
  1779 const char* Deoptimization::_trap_action_name[Action_LIMIT] = {
  1779   // Note:  Keep this in sync. with enum DeoptAction.
  1780   // Note:  Keep this in sync. with enum DeoptAction.
  1780   "none",
  1781   "none",
  1781   "maybe_recompile",
  1782   "maybe_recompile",