hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp
changeset 5035 0e498c4df637
parent 5034 a1cec6310394
child 5036 7b652cd72d65
equal deleted inserted replaced
5034:a1cec6310394 5035:0e498c4df637
    86           "Summarize zero-filling info")                                    \
    86           "Summarize zero-filling info")                                    \
    87                                                                             \
    87                                                                             \
    88   diagnostic(bool, G1TraceConcRefinement, false,                            \
    88   diagnostic(bool, G1TraceConcRefinement, false,                            \
    89           "Trace G1 concurrent refinement")                                 \
    89           "Trace G1 concurrent refinement")                                 \
    90                                                                             \
    90                                                                             \
    91   product(intx, G1MarkStackSize, 2 * 1024 * 1024,                           \
       
    92           "Size of the mark stack for concurrent marking.")                 \
       
    93                                                                             \
       
    94   product(intx, G1MarkRegionStackSize, 1024 * 1024,                         \
    91   product(intx, G1MarkRegionStackSize, 1024 * 1024,                         \
    95           "Size of the region stack for concurrent marking.")               \
    92           "Size of the region stack for concurrent marking.")               \
    96                                                                             \
    93                                                                             \
    97   develop(bool, G1ConcZeroFill, true,                                       \
    94   develop(bool, G1ConcZeroFill, true,                                       \
    98           "If true, run concurrent zero-filling thread")                    \
    95           "If true, run concurrent zero-filling thread")                    \