hotspot/src/share/vm/opto/c2_globals.hpp
changeset 5249 5cac34e6fe54
parent 4643 61c659c91c57
child 5547 f4b087cbb361
equal deleted inserted replaced
5248:5eddf88cc3c9 5249:5cac34e6fe54
    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")                \