hotspot/src/share/vm/runtime/deoptimization.cpp
changeset 24934 43a6fc13b7d4
parent 24477 d2442b4a080f
child 25715 d5a8dbdc5150
equal deleted inserted replaced
24933:c16c7a4ac386 24934:43a6fc13b7d4
  1838   "predicate",
  1838   "predicate",
  1839   "loop_limit_check",
  1839   "loop_limit_check",
  1840   "speculate_class_check",
  1840   "speculate_class_check",
  1841   "speculate_null_check",
  1841   "speculate_null_check",
  1842   "rtm_state_change",
  1842   "rtm_state_change",
       
  1843   "unstable_if",
  1843   "tenured"
  1844   "tenured"
  1844 };
  1845 };
  1845 const char* Deoptimization::_trap_action_name[] = {
  1846 const char* Deoptimization::_trap_action_name[] = {
  1846   // Note:  Keep this in sync. with enum DeoptAction.
  1847   // Note:  Keep this in sync. with enum DeoptAction.
  1847   "none",
  1848   "none",