hotspot/src/share/vm/runtime/globals.hpp
changeset 20726 24d58c45500d
parent 20720 b03e2f7796a7
child 20733 8dead86921fe
equal deleted inserted replaced
20725:bac04ff7a443 20726:24d58c45500d
  2173                                                                             \
  2173                                                                             \
  2174   product(uintx, MinSurvivorRatio, 3,                                       \
  2174   product(uintx, MinSurvivorRatio, 3,                                       \
  2175           "Minimum ratio of young generation/survivor space size")          \
  2175           "Minimum ratio of young generation/survivor space size")          \
  2176                                                                             \
  2176                                                                             \
  2177   product(uintx, InitialSurvivorRatio, 8,                                   \
  2177   product(uintx, InitialSurvivorRatio, 8,                                   \
  2178           "Initial ratio of eden/survivor space size")                      \
  2178           "Initial ratio of young generation/survivor space size")          \
  2179                                                                             \
  2179                                                                             \
  2180   product(uintx, BaseFootPrintEstimate, 256*M,                              \
  2180   product(uintx, BaseFootPrintEstimate, 256*M,                              \
  2181           "Estimate of footprint other than Java Heap")                     \
  2181           "Estimate of footprint other than Java Heap")                     \
  2182                                                                             \
  2182                                                                             \
  2183   product(bool, UseGCOverheadLimit, true,                                   \
  2183   product(bool, UseGCOverheadLimit, true,                                   \