hotspot/src/share/vm/runtime/globals.hpp
changeset 1421 a7ef1a3b2644
parent 1409 a30f4c5a5023
child 1422 9af8f4023912
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Oct 01 15:05:06 2008 -0400
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Oct 02 12:01:08 2008 -0700
@@ -330,6 +330,12 @@
   product_pd(bool, UseLargePages,                                           \
           "Use large page memory")                                          \
                                                                             \
+  product_pd(bool, UseLargePagesIndividualAllocation,                       \
+          "Allocate large pages individually for better affinity")          \
+                                                                            \
+  develop(bool, LargePagesIndividualAllocationInjectError, false,           \
+          "Fail large pages individual allocation")                         \
+                                                                            \
   develop(bool, TracePageSizes, false,                                      \
           "Trace page size selection and usage.")                           \
                                                                             \