src/hotspot/share/oops/methodData.hpp
changeset 50638 f9f2e6a6a7b2
parent 50623 5209d8a6303e
child 51334 cc2c79d22508
equal deleted inserted replaced
50637:359607017fb7 50638:f9f2e6a6a7b2
   137     // See Deoptimization::trap_state_reason for an assert that
   137     // See Deoptimization::trap_state_reason for an assert that
   138     // trap_bits is big enough to hold reasons < Reason_RECORDED_LIMIT.
   138     // trap_bits is big enough to hold reasons < Reason_RECORDED_LIMIT.
   139     //
   139     //
   140     // The trap_state is collected only if ProfileTraps is true.
   140     // The trap_state is collected only if ProfileTraps is true.
   141     trap_bits = 1+31,  // 31: enough to distinguish [0..Reason_RECORDED_LIMIT].
   141     trap_bits = 1+31,  // 31: enough to distinguish [0..Reason_RECORDED_LIMIT].
   142     trap_mask = right_n_bits(trap_bits),
   142     trap_mask = -1,
   143     first_flag = 0
   143     first_flag = 0
   144   };
   144   };
   145 
   145 
   146   // Size computation
   146   // Size computation
   147   static int header_size_in_bytes() {
   147   static int header_size_in_bytes() {