hotspot/src/share/vm/runtime/globals.hpp
changeset 16605 ba13efd453bc
parent 16604 800a65bfe347
child 16609 f3dd8996c955
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Mar 28 10:27:28 2013 +0100
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Mar 27 19:21:18 2013 +0100
@@ -1962,6 +1962,10 @@
   product(uintx, InitialRAMFraction, 64,                                    \
           "Fraction (1/n) of real memory used for initial heap size")       \
                                                                             \
+  develop(uintx, MaxVirtMemFraction, 2,                                     \
+          "Maximum fraction (1/n) of virtual memory used for ergonomically" \
+          "determining maximum heap size")                                  \
+                                                                            \
   product(bool, UseAutoGCSelectPolicy, false,                               \
           "Use automatic collection selection policy")                      \
                                                                             \