hotspot/src/share/vm/runtime/deoptimization.hpp
changeset 23491 f690330b10b9
parent 22916 582da2ed4dfa
child 23525 e3eb08ead679
--- a/hotspot/src/share/vm/runtime/deoptimization.hpp	Wed Mar 19 11:37:58 2014 -0700
+++ b/hotspot/src/share/vm/runtime/deoptimization.hpp	Thu Mar 20 17:49:27 2014 -0700
@@ -60,6 +60,7 @@
     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