changeset 38136 | e11f9d894322 |
parent 38130 | 7ef594f39eb2 |
child 38235 | b2cbc7dbebb6 |
--- a/hotspot/src/share/vm/opto/superword.cpp Tue Apr 26 21:54:21 2016 -0700 +++ b/hotspot/src/share/vm/opto/superword.cpp Wed Apr 27 01:14:07 2016 -0700 @@ -119,7 +119,7 @@ // skip any loop that has not been assigned max unroll by analysis if (do_optimization) { - if (cl->slp_max_unroll() == 0) return; + if (SuperWordLoopUnrollAnalysis && cl->slp_max_unroll() == 0) return; } // Check for no control flow in body (other than exit)