< prev index next >

src/hotspot/share/runtime/deoptimization.hpp

Print this page

        

*** 70,79 **** --- 70,80 ---- Reason_profile_predicate, // compiler generated predicate moved from frequent branch in a loop failed // recorded per method Reason_unloaded, // unloaded class or constant pool entry Reason_uninitialized, // bad class state (uninitialized) + Reason_initialized, // class has been fully initialized Reason_unreached, // code is not reached, compiler Reason_unhandled, // arbitrary compiler limitation Reason_constraint, // arbitrary runtime constraint violated Reason_div0_check, // a null_check due to division by zero Reason_age, // nmethod too old; tier threshold reached
< prev index next >