hotspot/src/share/vm/runtime/globals.hpp
changeset 20406 934f0b12daa9
parent 20404 2e17d4cd1fc2
child 20408 ca559663042f
child 20719 ffa4f0de0dad
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Oct 09 10:57:01 2013 +0200
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Mon Oct 07 15:51:08 2013 +0200
@@ -502,6 +502,10 @@
   develop(bool, LargePagesIndividualAllocationInjectError, false,           \
           "Fail large pages individual allocation")                         \
                                                                             \
+  product(bool, UseLargePagesInMetaspace, false,                            \
+          "Use large page memory in metaspace. "                            \
+          "Only used if UseLargePages is enabled.")                         \
+                                                                            \
   develop(bool, TracePageSizes, false,                                      \
           "Trace page size selection and usage")                            \
                                                                             \