src/hotspot/share/runtime/globals.hpp
branchstuefe-new-metaspace-branch
changeset 58333 78b2e8f46dd4
parent 58199 595fcbebaa77
child 58380 0d77dd9159b1
--- a/src/hotspot/share/runtime/globals.hpp	Thu Sep 19 16:28:40 2019 +0200
+++ b/src/hotspot/share/runtime/globals.hpp	Wed Sep 25 12:40:57 2019 +0200
@@ -1616,6 +1616,9 @@
   product(ccstr, MetaspaceReclaimStrategy, "balanced",                      \
           "options: balanced, aggressive, none")                            \
                                                                             \
+  product(bool, MetaspaceSeparateMicroCLDs, false,                          \
+          "Micro CLDs are separated.")                                      \
+                                                                            \
   manageable(uintx, MinHeapFreeRatio, 40,                                   \
           "The minimum percentage of heap free after GC to avoid expansion."\
           " For most GCs this applies to the old generation. In G1 and"     \