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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp193 int max_distance = 4; local
194 while (max_distance > 0 && v != NULL && v->as_BlockEnd() == NULL) {
196 max_distance--;

Completed in 99 milliseconds