hotspot/src/share/vm/runtime/deoptimization.cpp
changeset 23525 e3eb08ead679
parent 23491 f690330b10b9
child 24018 77b156916bab
equal deleted inserted replaced
23524:2a2aa2a6b3c3 23525:e3eb08ead679
  1837   "div0_check",
  1837   "div0_check",
  1838   "age",
  1838   "age",
  1839   "predicate",
  1839   "predicate",
  1840   "loop_limit_check",
  1840   "loop_limit_check",
  1841   "speculate_class_check",
  1841   "speculate_class_check",
       
  1842   "speculate_null_check",
  1842   "rtm_state_change"
  1843   "rtm_state_change"
  1843 };
  1844 };
  1844 const char* Deoptimization::_trap_action_name[Action_LIMIT] = {
  1845 const char* Deoptimization::_trap_action_name[Action_LIMIT] = {
  1845   // Note:  Keep this in sync. with enum DeoptAction.
  1846   // Note:  Keep this in sync. with enum DeoptAction.
  1846   "none",
  1847   "none",