hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp
changeset 4458 075a9ef4e467
parent 4457 f05d2dc1c332
child 4481 de92ec484f5e
equal deleted inserted replaced
4457:f05d2dc1c332 4458:075a9ef4e467
   254                                                                             \
   254                                                                             \
   255   develop(uintx, G1FixedSurvivorSpaceSize, 0,                               \
   255   develop(uintx, G1FixedSurvivorSpaceSize, 0,                               \
   256           "If non-0 is the size of the G1 survivor space, "                 \
   256           "If non-0 is the size of the G1 survivor space, "                 \
   257           "otherwise SurvivorRatio is used to determine the size")          \
   257           "otherwise SurvivorRatio is used to determine the size")          \
   258                                                                             \
   258                                                                             \
       
   259   product(bool, G1ForgetfulMMUTracker, false,                               \
       
   260           "If the MMU tracker's memory is full, forget the oldest entry")   \
       
   261                                                                             \
   259   product(uintx, G1HeapRegionSize, 0,                                       \
   262   product(uintx, G1HeapRegionSize, 0,                                       \
   260           "Size of the G1 regions.")                                        \
   263           "Size of the G1 regions.")                                        \
   261                                                                             \
   264                                                                             \
   262   experimental(bool, G1ParallelRSetUpdatingEnabled, false,                  \
   265   experimental(bool, G1ParallelRSetUpdatingEnabled, false,                  \
   263           "Enables the parallelization of remembered set updating "         \
   266           "Enables the parallelization of remembered set updating "         \