Searched refs:trap_bits (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp125 // trap_bits is big enough to hold reasons < Reason_RECORDED_LIMIT.
128 trap_bits = 1+3, // 3: enough to distinguish [0..Reason_RECORDED_LIMIT]. enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon289
129 trap_shift = BitsPerByte - trap_bits,
130 trap_mask = right_n_bits(trap_bits),

Completed in 64 milliseconds