hotspot/src/share/vm/runtime/globals.hpp
changeset 1421 a7ef1a3b2644
parent 1409 a30f4c5a5023
child 1422 9af8f4023912
equal deleted inserted replaced
1409:a30f4c5a5023 1421:a7ef1a3b2644
   328           "Print info. about Java monitor locks when the stacks are dumped")\
   328           "Print info. about Java monitor locks when the stacks are dumped")\
   329                                                                             \
   329                                                                             \
   330   product_pd(bool, UseLargePages,                                           \
   330   product_pd(bool, UseLargePages,                                           \
   331           "Use large page memory")                                          \
   331           "Use large page memory")                                          \
   332                                                                             \
   332                                                                             \
       
   333   product_pd(bool, UseLargePagesIndividualAllocation,                       \
       
   334           "Allocate large pages individually for better affinity")          \
       
   335                                                                             \
       
   336   develop(bool, LargePagesIndividualAllocationInjectError, false,           \
       
   337           "Fail large pages individual allocation")                         \
       
   338                                                                             \
   333   develop(bool, TracePageSizes, false,                                      \
   339   develop(bool, TracePageSizes, false,                                      \
   334           "Trace page size selection and usage.")                           \
   340           "Trace page size selection and usage.")                           \
   335                                                                             \
   341                                                                             \
   336   product(bool, UseNUMA, false,                                             \
   342   product(bool, UseNUMA, false,                                             \
   337           "Use NUMA if available")                                          \
   343           "Use NUMA if available")                                          \