src/share/vm/opto/c2_globals.hpp

changeset 6462
e2722a66aba7
parent 6461
bdd155477289
parent 5513
bcc4f6f54d83
child 6472
2b8e28fdf503
     1.1 --- a/src/share/vm/opto/c2_globals.hpp	Thu Aug 22 09:39:54 2013 -0700
     1.2 +++ b/src/share/vm/opto/c2_globals.hpp	Thu Sep 05 11:04:39 2013 -0700
     1.3 @@ -185,6 +185,9 @@
     1.4    product_pd(intx,  LoopUnrollLimit,                                        \
     1.5            "Unroll loop bodies with node count less than this")              \
     1.6                                                                              \
     1.7 +  product(intx,  LoopMaxUnroll, 16,                                         \
     1.8 +          "Maximum number of unrolls for main loop")                        \
     1.9 +                                                                            \
    1.10    product(intx,  LoopUnrollMin, 4,                                          \
    1.11            "Minimum number of unroll loop bodies before checking progress"   \
    1.12            "of rounds of unroll,optimize,..")                                \

mercurial