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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp755 bool change_occurred; local
765 change_occurred = false;
796 change_occurred = true;
823 if (change_occurred && iteration_count > 50) {
826 } while (change_occurred);

Completed in 48 milliseconds