changeset 20513:7dcde22f261f

Merge
author coleenp
date Thu, 02 Oct 2014 20:17:15 +0000
parents 7d68a5b1069d (current diff) 43ce58b4717b (diff)
children a66c95853c53
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/deoptimization.hpp	Fri Sep 26 12:50:30 2014 -0400
+++ b/src/share/vm/runtime/deoptimization.hpp	Thu Oct 02 20:17:15 2014 +0000
@@ -60,8 +60,8 @@
     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_unstable_if,           // a branch predicted always false was taken
-    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