src/hotspot/share/runtime/globals.hpp
branchstuefe-new-metaspace-branch
changeset 59155 b537e6386306
parent 58948 18659e040c64
equal deleted inserted replaced
59138:714474295e0a 59155:b537e6386306
  1617           "options: balanced, aggressive, none")                            \
  1617           "options: balanced, aggressive, none")                            \
  1618                                                                             \
  1618                                                                             \
  1619   product(bool, MetaspaceEnlargeChunksInPlace, true,                        \
  1619   product(bool, MetaspaceEnlargeChunksInPlace, true,                        \
  1620           "Metapace chunks are enlarged in place.")                         \
  1620           "Metapace chunks are enlarged in place.")                         \
  1621                                                                             \
  1621                                                                             \
       
  1622   product(bool, MetaspaceUseLOM, true,                                      \
       
  1623 	        "MetaspaceUseLOM.")                                         \
       
  1624 		                                                            \
  1622   manageable(uintx, MinHeapFreeRatio, 40,                                   \
  1625   manageable(uintx, MinHeapFreeRatio, 40,                                   \
  1623           "The minimum percentage of heap free after GC to avoid expansion."\
  1626           "The minimum percentage of heap free after GC to avoid expansion."\
  1624           " For most GCs this applies to the old generation. In G1 and"     \
  1627           " For most GCs this applies to the old generation. In G1 and"     \
  1625           " ParallelGC it applies to the whole heap.")                      \
  1628           " ParallelGC it applies to the whole heap.")                      \
  1626           range(0, 100)                                                     \
  1629           range(0, 100)                                                     \