comparison src/share/vm/runtime/deoptimization.cpp @ 1179:3d6016e040d6

Merge
author iveresov
date Wed, 20 Jan 2010 12:54:25 -0800
parents b2b6a9bf6238
children ba263cfb7611
comparison
equal deleted inserted replaced
1171:5b00c9feb9ea 1179:3d6016e040d6
1670 "uninitialized", 1670 "uninitialized",
1671 "unreached", 1671 "unreached",
1672 "unhandled", 1672 "unhandled",
1673 "constraint", 1673 "constraint",
1674 "div0_check", 1674 "div0_check",
1675 "age" 1675 "age",
1676 "predicate"
1676 }; 1677 };
1677 const char* Deoptimization::_trap_action_name[Action_LIMIT] = { 1678 const char* Deoptimization::_trap_action_name[Action_LIMIT] = {
1678 // Note: Keep this in sync. with enum DeoptAction. 1679 // Note: Keep this in sync. with enum DeoptAction.
1679 "none", 1680 "none",
1680 "maybe_recompile", 1681 "maybe_recompile",