hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp
changeset 5240 3892e01609c6
parent 5036 7b652cd72d65
child 5241 cbf17b0cd7d6
equal deleted inserted replaced
5109:7077b95d42f6 5240:3892e01609c6
    38           "Overhead of concurrent marking")                                 \
    38           "Overhead of concurrent marking")                                 \
    39                                                                             \
    39                                                                             \
    40   develop(bool, G1Gen, true,                                                \
    40   develop(bool, G1Gen, true,                                                \
    41           "If true, it will enable the generational G1")                    \
    41           "If true, it will enable the generational G1")                    \
    42                                                                             \
    42                                                                             \
    43   develop(intx, G1GCPercent, 10,                                            \
       
    44           "The desired percent time spent on GC")                           \
       
    45                                                                             \
       
    46   develop(intx, G1PolicyVerbose, 0,                                         \
    43   develop(intx, G1PolicyVerbose, 0,                                         \
    47           "The verbosity level on G1 policy decisions")                     \
    44           "The verbosity level on G1 policy decisions")                     \
    48                                                                             \
    45                                                                             \
    49   develop(bool, G1UseHRIntoRS, true,                                        \
    46   develop(bool, G1UseHRIntoRS, true,                                        \
    50           "Determines whether the 'advanced' HR Into rem set is used.")     \
    47           "Determines whether the 'advanced' HR Into rem set is used.")     \