comparison src/share/vm/runtime/deoptimization.cpp @ 1172:b2b6a9bf6238

6894779: Loop Predication for Loop Optimizer in C2 Summary: Loop predication implementation Reviewed-by: never, kvn
author cfang
date Tue, 12 Jan 2010 14:37:35 -0800
parents bd02caa94611
children ba263cfb7611
comparison
equal deleted inserted replaced
1160:f24201449cac 1172:b2b6a9bf6238
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",