< prev index next >

src/share/vm/opto/compile.cpp

Print this page

        

@@ -2252,10 +2252,12 @@
       loop_opts_cnt--;
       if (major_progress()) print_method(PHASE_PHASEIDEALLOOP_ITERATIONS, 2);
       if (failing())  return;
     }
   }
+  // Ensure that major progress is now clear
+  C->clear_major_progress();
 
   {
     // Verify that all previous optimizations produced a valid graph
     // at least to this point, even if no loop optimizations were done.
     TracePhase tp("idealLoopVerify", &timers[_t_idealLoopVerify]);
< prev index next >