diff -r 9764b5a041b6 -r 4df251ee863c hotspot/src/share/vm/opto/c2_globals.hpp --- a/hotspot/src/share/vm/opto/c2_globals.hpp Sat Aug 10 10:01:12 2013 +0400 +++ b/hotspot/src/share/vm/opto/c2_globals.hpp Wed Aug 14 10:21:26 2013 -0700 @@ -179,6 +179,9 @@ product_pd(intx, LoopUnrollLimit, \ "Unroll loop bodies with node count less than this") \ \ + product(intx, LoopMaxUnroll, 16, \ + "Maximum number of unrolls for main loop") \ + \ product(intx, LoopUnrollMin, 4, \ "Minimum number of unroll loop bodies before checking progress" \ "of rounds of unroll,optimize,..") \