changeset 37292 | 64f6ae06310e |
parent 36809 | 6f9362b27d4f |
child 37296 | 613278eb2a1e |
--- a/hotspot/src/share/vm/opto/superword.cpp Tue Apr 05 17:51:44 2016 +0200 +++ b/hotspot/src/share/vm/opto/superword.cpp Tue Apr 05 10:34:05 2016 -0700 @@ -3076,7 +3076,7 @@ CountedLoopEndNode* SuperWord::get_pre_loop_end(CountedLoopNode* cl) { // The loop cannot be optimized if the graph shape at // the loop entry is inappropriate. - if (!PhaseIdealLoop::is_canonical_main_loop_entry(cl)) { + if (!PhaseIdealLoop::is_canonical_loop_entry(cl)) { return NULL; }