src/hotspot/share/runtime/globals.hpp
branchstuefe-new-metaspace-branch
changeset 59155 b537e6386306
parent 58948 18659e040c64
--- a/src/hotspot/share/runtime/globals.hpp	Tue Nov 19 20:01:05 2019 +0100
+++ b/src/hotspot/share/runtime/globals.hpp	Fri Nov 01 10:28:15 2019 +0100
@@ -1619,6 +1619,9 @@
   product(bool, MetaspaceEnlargeChunksInPlace, true,                        \
           "Metapace chunks are enlarged in place.")                         \
                                                                             \
+  product(bool, MetaspaceUseLOM, true,                                      \
+	        "MetaspaceUseLOM.")                                         \
+		                                                            \
   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"     \