src/share/vm/opto/compile.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/compile.cpp	Tue Dec  2 23:49:26 2008
--- new/src/share/vm/opto/compile.cpp	Tue Dec  2 23:49:26 2008

*** 1530,1544 **** --- 1530,1539 ---- print_method("Iter GVN 1", 2); if (failing()) return; // get rid of the connection graph since it's information is not // updated by optimizations _congraph = NULL; // Loop transforms on the ideal graph. Range Check Elimination, // peeling, unrolling, etc. // Set loop opts counter loop_opts_cnt = num_loop_opts();

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