hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp
changeset 8926 717a49db1743
parent 8103 65eafe3fb3c7
child 8930 52368505ee8e
equal deleted inserted replaced
8925:5fdd1d28e7ef 8926:717a49db1743
   191           "Log base 2 of the length of conc RS hot-card cache.")            \
   191           "Log base 2 of the length of conc RS hot-card cache.")            \
   192                                                                             \
   192                                                                             \
   193   develop(intx, G1ConcRSHotCardLimit, 4,                                    \
   193   develop(intx, G1ConcRSHotCardLimit, 4,                                    \
   194           "The threshold that defines (>=) a hot card.")                    \
   194           "The threshold that defines (>=) a hot card.")                    \
   195                                                                             \
   195                                                                             \
       
   196   develop(intx, G1MaxHotCardCountSizePercent, 25,                           \
       
   197           "The maximum size of the hot card count cache as a "              \
       
   198           "percentage of the number of cards for the maximum heap.")        \
       
   199                                                                             \
   196   develop(bool, G1PrintOopAppls, false,                                     \
   200   develop(bool, G1PrintOopAppls, false,                                     \
   197           "When true, print applications of closures to external locs.")    \
   201           "When true, print applications of closures to external locs.")    \
   198                                                                             \
   202                                                                             \
   199   develop(intx, G1RSetRegionEntriesBase, 256,                               \
   203   develop(intx, G1RSetRegionEntriesBase, 256,                               \
   200           "Max number of regions in a fine-grain table per MB.")            \
   204           "Max number of regions in a fine-grain table per MB.")            \