hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp
changeset 5034 a1cec6310394
parent 5033 55f476a32544
child 5035 0e498c4df637
equal deleted inserted replaced
5033:55f476a32544 5034:a1cec6310394
    98           "If true, run concurrent zero-filling thread")                    \
    98           "If true, run concurrent zero-filling thread")                    \
    99                                                                             \
    99                                                                             \
   100   develop(intx, G1ConcZFMaxRegions, 1,                                      \
   100   develop(intx, G1ConcZFMaxRegions, 1,                                      \
   101           "Stop zero-filling when # of zf'd regions reaches")               \
   101           "Stop zero-filling when # of zf'd regions reaches")               \
   102                                                                             \
   102                                                                             \
   103   product(intx, G1SteadyStateUsed, 90,                                      \
       
   104           "If non-0, try to maintain 'used' at this pct (of max)")          \
       
   105                                                                             \
       
   106   product(intx, G1SteadyStateUsedDelta, 30,                                 \
       
   107           "If G1SteadyStateUsed is non-0, then do pause this number of "    \
       
   108           "of percentage points earlier if no marking is in progress.")     \
       
   109                                                                             \
       
   110   develop(bool, G1SATBBarrierPrintNullPreVals, false,                       \
   103   develop(bool, G1SATBBarrierPrintNullPreVals, false,                       \
   111           "If true, count frac of ptr writes with null pre-vals.")          \
   104           "If true, count frac of ptr writes with null pre-vals.")          \
   112                                                                             \
   105                                                                             \
   113   product(intx, G1SATBBufferSize, 1*K,                                      \
   106   product(intx, G1SATBBufferSize, 1*K,                                      \
   114           "Number of entries in an SATB log buffer.")                       \
   107           "Number of entries in an SATB log buffer.")                       \