src/share/vm/runtime/deoptimization.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/deoptimization.hpp	Mon Mar 17 11:39:39 2014
--- new/src/share/vm/runtime/deoptimization.hpp	Mon Mar 17 11:39:39 2014

*** 58,67 **** --- 58,68 ---- Reason_div0_check, // a null_check due to division by zero Reason_age, // nmethod too old; tier threshold reached Reason_predicate, // compiler generated predicate failed Reason_loop_limit_check, // compiler generated loop limits check failed Reason_speculate_class_check, // saw unexpected object class from type speculation + Reason_rtm_state_change, // rtm state change detected Reason_LIMIT, // Note: Keep this enum in sync. with _trap_reason_name. Reason_RECORDED_LIMIT = Reason_bimorphic // some are not recorded per bc // Note: Reason_RECORDED_LIMIT should be < 8 to fit into 3 bits of // DataLayout::trap_bits. This dependency is enforced indirectly

src/share/vm/runtime/deoptimization.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File