diff src/share/vm/runtime/deoptimization.hpp @ 5117:b6d1ba51d163

minor changes
author Christian Haeubl <christian.haeubl@oracle.com>
date Mon, 19 Mar 2012 15:47:35 -0700
parents dad1ac9dba7d
children 957c266d8bc5
line wrap: on
line diff
--- a/src/share/vm/runtime/deoptimization.hpp	Mon Mar 19 15:08:07 2012 -0700
+++ b/src/share/vm/runtime/deoptimization.hpp	Mon Mar 19 15:47:35 2012 -0700
@@ -87,9 +87,9 @@
     Reason_predicate,             // compiler generated predicate failed
     Reason_loop_limit_check,      // compiler generated loop limits check failed
     Reason_LIMIT,
-    // Note:  Keep this enum in sync. with _trap_reason_name.
     Reason_RECORDED_LIMIT = Reason_bimorphic  // some are not recorded per bc
 #endif
+    // Note:  Keep this enum in sync. with _trap_reason_name.
     // Note:  Reason_RECORDED_LIMIT should be < 8 to fit into 3 bits of
     // DataLayout::trap_bits.  This dependency is enforced indirectly
     // via asserts, to avoid excessive direct header-to-header dependencies.