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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp3411 jint max_hi = max_array_length(elem()->basic_type()); local
3412 //if (index_not_size) --max_hi; // type of a valid array index, FTR
3415 if (hi > max_hi) { hi = max_hi; chg = true; }

Completed in 312 milliseconds