comparison src/share/vm/opto/compile.cpp @ 19824:8b7a143aea6b

Local fix for JDK-8075105
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 12 Mar 2015 15:02:01 -0700
parents 52b4284cb496
children 7848fc12602b
comparison
equal deleted inserted replaced
19823:a71b0398f8c7 19824:8b7a143aea6b
2182 loop_opts_cnt--; 2182 loop_opts_cnt--;
2183 if (major_progress()) print_method(PHASE_PHASEIDEALLOOP_ITERATIONS, 2); 2183 if (major_progress()) print_method(PHASE_PHASEIDEALLOOP_ITERATIONS, 2);
2184 if (failing()) return; 2184 if (failing()) return;
2185 } 2185 }
2186 } 2186 }
2187 // Ensure that major progress is now clear
2188 C->clear_major_progress();
2187 2189
2188 { 2190 {
2189 // Verify that all previous optimizations produced a valid graph 2191 // Verify that all previous optimizations produced a valid graph
2190 // at least to this point, even if no loop optimizations were done. 2192 // at least to this point, even if no loop optimizations were done.
2191 NOT_PRODUCT( TracePhase t2("idealLoopVerify", &_t_idealLoopVerify, TimeCompiler); ) 2193 NOT_PRODUCT( TracePhase t2("idealLoopVerify", &_t_idealLoopVerify, TimeCompiler); )