src/share/vm/opto/compile.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/compile.cpp	Mon Feb 22 15:17:21 2016
--- new/src/share/vm/opto/compile.cpp	Mon Feb 22 15:17:21 2016

*** 1899,1909 **** --- 1899,1908 ---- calls_made_hot++; amount_grown += est_size; amount_to_grow -= est_size; } if (calls_made_hot > 0) set_major_progress(); return calls_made_hot; } //----------------------------Finish_Warm--------------------------------------
*** 2065,2075 **** --- 2064,2073 ---- // out of live nodes and we only try it again if the previous // helped got the number of nodes down significantly PhaseIdealLoop ideal_loop( igvn, false, true ); if (failing()) return; low_live_nodes = live_nodes(); _major_progress = true; } if (live_nodes() > (uint)LiveNodeCountInliningCutoff) { break; }

src/share/vm/opto/compile.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File