comparison src/share/vm/runtime/deoptimization.cpp @ 18392:3ad5d7a6adb5

Unalias some DeoptReasons
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 21 Oct 2014 11:23:41 +0200
parents e04712c8928a
children 37a5c6b8b930
comparison
equal deleted inserted replaced
18391:810222d74f7c 18392:3ad5d7a6adb5
2072 "class_check", 2072 "class_check",
2073 "array_check", 2073 "array_check",
2074 "intrinsic" GRAAL_ONLY("_or_type_checked_inlining"), 2074 "intrinsic" GRAAL_ONLY("_or_type_checked_inlining"),
2075 "bimorphic" GRAAL_ONLY("_or_optimized_type_check"), 2075 "bimorphic" GRAAL_ONLY("_or_optimized_type_check"),
2076 "unloaded", 2076 "unloaded",
2077 "uninitialized" GRAAL_ONLY("_or_unresolved"), 2077 "uninitialized",
2078 "unreached", 2078 "unreached",
2079 "unhandled" GRAAL_ONLY("_or_not_compiled_exception_handler"), 2079 "unhandled",
2080 "constraint", 2080 "constraint",
2081 "div0_check", 2081 "div0_check",
2082 "age" GRAAL_ONLY("_or_jsr_mismatch"), 2082 "age",
2083 "predicate", 2083 "predicate",
2084 "loop_limit_check", 2084 "loop_limit_check",
2085 "speculate_class_check", 2085 "speculate_class_check",
2086 "rtm_state_change" 2086 "rtm_state_change",
2087 #ifdef GRAAL 2087 #ifdef GRAAL
2088 "aliasing", 2088 "aliasing",
2089 "transfer_to_interpreter", 2089 "transfer_to_interpreter",
2090 "not_compiled_exception_handler",
2091 "unresolved",
2092 "jsr_mismatch"
2090 #endif 2093 #endif
2091 }; 2094 };
2092 const char* Deoptimization::_trap_action_name[Action_LIMIT] = { 2095 const char* Deoptimization::_trap_action_name[Action_LIMIT] = {
2093 // Note: Keep this in sync. with enum DeoptAction. 2096 // Note: Keep this in sync. with enum DeoptAction.
2094 "none", 2097 "none",