--- old/src/share/vm/opto/compile.cpp 2016-02-22 15:17:21.817647647 +0100 +++ new/src/share/vm/opto/compile.cpp 2016-02-22 15:17:21.653647655 +0100 @@ -1901,7 +1901,6 @@ amount_to_grow -= est_size; } - if (calls_made_hot > 0) set_major_progress(); return calls_made_hot; } @@ -2067,7 +2066,6 @@ PhaseIdealLoop ideal_loop( igvn, false, true ); if (failing()) return; low_live_nodes = live_nodes(); - _major_progress = true; } if (live_nodes() > (uint)LiveNodeCountInliningCutoff) {