src/share/vm/opto/c2_globals.hpp

changeset 1800
6476042f815c
parent 1607
b2b6a9bf6238
child 1907
c18cbe5936b8
equal deleted inserted replaced
1799:0dc88ad3244e 1800:6476042f815c
50 \ 50 \
51 product_pd(intx, InteriorEntryAlignment, \ 51 product_pd(intx, InteriorEntryAlignment, \
52 "Code alignment for interior entry points " \ 52 "Code alignment for interior entry points " \
53 "in generated code (in bytes)") \ 53 "in generated code (in bytes)") \
54 \ 54 \
55 product_pd(intx, OptoLoopAlignment, \
56 "Align inner loops to zero relative to this modulus") \
57 \
58 product(intx, MaxLoopPad, (OptoLoopAlignment-1), \ 55 product(intx, MaxLoopPad, (OptoLoopAlignment-1), \
59 "Align a loop if padding size in bytes is less or equal to this value") \ 56 "Align a loop if padding size in bytes is less or equal to this value") \
60 \ 57 \
61 product(intx, NumberOfLoopInstrToAlign, 4, \ 58 product(intx, NumberOfLoopInstrToAlign, 4, \
62 "Number of first instructions in a loop to align") \ 59 "Number of first instructions in a loop to align") \

mercurial