< prev index next >

src/hotspot/share/oops/methodData.hpp

Print this page
rev 50607 : 8205172: 32 bit build broken
Reviewed-by:

@@ -137,11 +137,11 @@
     // See Deoptimization::trap_state_reason for an assert that
     // trap_bits is big enough to hold reasons < Reason_RECORDED_LIMIT.
     //
     // The trap_state is collected only if ProfileTraps is true.
     trap_bits = 1+31,  // 31: enough to distinguish [0..Reason_RECORDED_LIMIT].
-    trap_mask = right_n_bits(trap_bits),
+    trap_mask = -1,
     first_flag = 0
   };
 
   // Size computation
   static int header_size_in_bytes() {
< prev index next >