hotspot/src/share/vm/opto/c2_globals.hpp
changeset 19283 4df251ee863c
parent 18099 45973b036c3e
child 19770 7cb9f982ea81
child 22828 17ecb098bc1e
--- 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,..")                                \