hotspot/src/share/vm/runtime/globals.hpp
changeset 20406 934f0b12daa9
parent 20404 2e17d4cd1fc2
child 20408 ca559663042f
child 20719 ffa4f0de0dad
equal deleted inserted replaced
20405:3321f6b16639 20406:934f0b12daa9
   500           "Allocate large pages individually for better affinity")          \
   500           "Allocate large pages individually for better affinity")          \
   501                                                                             \
   501                                                                             \
   502   develop(bool, LargePagesIndividualAllocationInjectError, false,           \
   502   develop(bool, LargePagesIndividualAllocationInjectError, false,           \
   503           "Fail large pages individual allocation")                         \
   503           "Fail large pages individual allocation")                         \
   504                                                                             \
   504                                                                             \
       
   505   product(bool, UseLargePagesInMetaspace, false,                            \
       
   506           "Use large page memory in metaspace. "                            \
       
   507           "Only used if UseLargePages is enabled.")                         \
       
   508                                                                             \
   505   develop(bool, TracePageSizes, false,                                      \
   509   develop(bool, TracePageSizes, false,                                      \
   506           "Trace page size selection and usage")                            \
   510           "Trace page size selection and usage")                            \
   507                                                                             \
   511                                                                             \
   508   product(bool, UseNUMA, false,                                             \
   512   product(bool, UseNUMA, false,                                             \
   509           "Use NUMA if available")                                          \
   513           "Use NUMA if available")                                          \