diff src/share/vm/runtime/globals.hpp @ 12838:85c1ca43713f

8024547: MaxMetaspaceSize should limit the committed memory used by the metaspaces Reviewed-by: brutisso, jmasa, coleenp
author stefank
date Mon, 07 Oct 2013 15:51:08 +0200
parents b4d8a3d4db73
children aa6f2ea19d8f 9c8289162268
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Oct 09 10:57:01 2013 +0200
+++ b/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")                            \
                                                                             \