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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp1579 const int min_base_off = arrayOopDesc::base_offset_in_bytes(T_BYTE); local
1580 if ((uint)off >= (uint)min_base_off) { // is the offset beyond the header?

Completed in 1112 milliseconds