Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/vm/gc_implementation/g1/g1_globals.hpp
          +++ new/src/share/vm/gc_implementation/g1/g1_globals.hpp
↓ open down ↓ 185 lines elided ↑ open up ↑
 186  186    product(bool, G1UseAdaptiveConcRefinement, true,                          \
 187  187            "Select green, yellow and red zones adaptively to meet the "      \
 188  188            "the pause requirements.")                                        \
 189  189                                                                              \
 190  190    develop(intx, G1ConcRSLogCacheSize, 10,                                   \
 191  191            "Log base 2 of the length of conc RS hot-card cache.")            \
 192  192                                                                              \
 193  193    develop(intx, G1ConcRSHotCardLimit, 4,                                    \
 194  194            "The threshold that defines (>=) a hot card.")                    \
 195  195                                                                              \
      196 +  develop(intx, G1MaxHotCardCountSizePercent, 50,                           \
      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  200    develop(bool, G1PrintOopAppls, false,                                     \
 197  201            "When true, print applications of closures to external locs.")    \
 198  202                                                                              \
 199  203    develop(intx, G1RSetRegionEntriesBase, 256,                               \
 200  204            "Max number of regions in a fine-grain table per MB.")            \
 201  205                                                                              \
 202  206    product(intx, G1RSetRegionEntries, 0,                                     \
 203  207            "Max number of regions for which we keep bitmaps."                \
 204  208            "Will be set ergonomically by default")                           \
 205  209                                                                              \
↓ open down ↓ 109 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX