src/hotspot/share/runtime/globals.hpp
branchstuefe-new-metaspace-branch
changeset 58646 bcdba1c9f1fe
parent 58645 28c7e6711871
child 58838 55ce65813b62
equal deleted inserted replaced
58645:28c7e6711871 58646:bcdba1c9f1fe
  1610           range(1*M, 3*G)                                                   \
  1610           range(1*M, 3*G)                                                   \
  1611                                                                             \
  1611                                                                             \
  1612   product(ccstr, MetaspaceReclaimStrategy, "balanced",                      \
  1612   product(ccstr, MetaspaceReclaimStrategy, "balanced",                      \
  1613           "options: balanced, aggressive, none")                            \
  1613           "options: balanced, aggressive, none")                            \
  1614                                                                             \
  1614                                                                             \
  1615   product(bool, MetaspaceSeparateMicroCLDs, false,                          \
       
  1616           "Micro CLDs are separated.")                                      \
       
  1617                                                                             \
       
  1618   product(bool, MetaspaceEnlargeChunksInPlace, true,                        \
  1615   product(bool, MetaspaceEnlargeChunksInPlace, true,                        \
  1619           "Metapace chunks are enlarged in place.")                         \
  1616           "Metapace chunks are enlarged in place.")                         \
  1620                                                                             \
  1617                                                                             \
  1621   manageable(uintx, MinHeapFreeRatio, 40,                                   \
  1618   manageable(uintx, MinHeapFreeRatio, 40,                                   \
  1622           "The minimum percentage of heap free after GC to avoid expansion."\
  1619           "The minimum percentage of heap free after GC to avoid expansion."\