hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp
changeset 3691 c84b8483cd2c
parent 3590 a268fa66d7fb
child 3695 421cfcc8843c
equal deleted inserted replaced
3612:4a1819d01f58 3691:c84b8483cd2c
    35           "Confidence level for MMU/pause predictions")                     \
    35           "Confidence level for MMU/pause predictions")                     \
    36                                                                             \
    36                                                                             \
    37   develop(intx, G1MarkingOverheadPercent, 0,                                \
    37   develop(intx, G1MarkingOverheadPercent, 0,                                \
    38           "Overhead of concurrent marking")                                 \
    38           "Overhead of concurrent marking")                                 \
    39                                                                             \
    39                                                                             \
    40   develop(bool, G1AccountConcurrentOverhead, false,                         \
       
    41           "Whether soft real-time compliance in G1 will take into account"  \
       
    42           "concurrent overhead")                                            \
       
    43                                                                             \
       
    44   product(intx, G1YoungGenSize, 0,                                          \
    40   product(intx, G1YoungGenSize, 0,                                          \
    45           "Size of the G1 young generation, 0 is the adaptive policy")      \
    41           "Size of the G1 young generation, 0 is the adaptive policy")      \
    46                                                                             \
    42                                                                             \
    47   develop(bool, G1Gen, true,                                                \
    43   develop(bool, G1Gen, true,                                                \
    48           "If true, it will enable the generational G1")                    \
    44           "If true, it will enable the generational G1")                    \