src/hotspot/share/runtime/globals.hpp
branchstuefe-new-metaspace-branch
changeset 58069 ba98d1dccf30
parent 58063 bdf136b8ae0e
child 58199 595fcbebaa77
equal deleted inserted replaced
58067:b83deb51ea70 58069:ba98d1dccf30
  1614           range(1*M, 3*G)                                                   \
  1614           range(1*M, 3*G)                                                   \
  1615                                                                             \
  1615                                                                             \
  1616   product(ccstr, MetaspaceReclaimStrategy, "balanced",                      \
  1616   product(ccstr, MetaspaceReclaimStrategy, "balanced",                      \
  1617           "options: balanced, aggressive, none")                            \
  1617           "options: balanced, aggressive, none")                            \
  1618                                                                             \
  1618                                                                             \
  1619   product(bool, MetaspaceAlwaysUseClassSpace, false,                        \
       
  1620           "If true, use class space exclusively.")                          \
       
  1621                                                                             \
       
  1622   manageable(uintx, MinHeapFreeRatio, 40,                                   \
  1619   manageable(uintx, MinHeapFreeRatio, 40,                                   \
  1623           "The minimum percentage of heap free after GC to avoid expansion."\
  1620           "The minimum percentage of heap free after GC to avoid expansion."\
  1624           " For most GCs this applies to the old generation. In G1 and"     \
  1621           " For most GCs this applies to the old generation. In G1 and"     \
  1625           " ParallelGC it applies to the whole heap.")                      \
  1622           " ParallelGC it applies to the whole heap.")                      \
  1626           range(0, 100)                                                     \
  1623           range(0, 100)                                                     \