hotspot/src/cpu/x86/vm/c2_init_x86.cpp
changeset 31403 7bf7e00a1aac
parent 30624 2e1803c8a26d
child 34162 16b54851eaf6
--- a/hotspot/src/cpu/x86/vm/c2_init_x86.cpp	Tue Jun 09 12:09:03 2015 +0200
+++ b/hotspot/src/cpu/x86/vm/c2_init_x86.cpp	Tue Jun 16 16:10:36 2015 -0700
@@ -58,4 +58,6 @@
       OptoReg::invalidate(i);
     }
   }
+
+  SuperWordLoopUnrollAnalysis = true;
 }