src/hotspot/share/gc/epsilon/epsilon_globals.hpp
branchepsilon-gc-branch
changeset 56642 224bfdcc6457
parent 56577 338a117fb65c
equal deleted inserted replaced
56641:ecdf81479e0f 56642:224bfdcc6457
    43                     lp64_product,                                           \
    43                     lp64_product,                                           \
    44                     range,                                                  \
    44                     range,                                                  \
    45                     constraint,                                             \
    45                     constraint,                                             \
    46                     writeable)                                              \
    46                     writeable)                                              \
    47                                                                             \
    47                                                                             \
    48   experimental(size_t, EpsilonPrintHeapStep, 100,                           \
    48   experimental(size_t, EpsilonPrintHeapSteps, 20,                           \
    49           "Print heap occupancy stats with this number of steps. "          \
    49           "Print heap occupancy stats with this number of steps. "          \
    50           "0 turns the printing off.")                                      \
    50           "0 turns the printing off.")                                      \
    51           range(0, max_intx)                                                \
    51           range(0, max_intx)                                                \
    52                                                                             \
    52                                                                             \
    53   experimental(size_t, EpsilonUpdateCountersStep, 1 * M,                    \
    53   experimental(size_t, EpsilonUpdateCountersStep, 1 * M,                    \
    54           "Update heap heap occupancy counters after allocating this much " \
    54           "Update heap occupancy counters after allocating this much "      \
    55           "memory. Higher values would make allocations faster at "         \
    55           "memory. Higher values would make allocations faster at "         \
    56           "the expense of lower resolution in heap counters.")              \
    56           "the expense of lower resolution in heap counters.")              \
    57           range(1, max_intx)                                                \
    57           range(1, max_intx)                                                \
    58                                                                             \
    58                                                                             \
    59   experimental(size_t, EpsilonMaxTLABSize, 4 * M,                           \
    59   experimental(size_t, EpsilonMaxTLABSize, 4 * M,                           \