src/share/vm/runtime/globals.hpp

changeset 824
ee21eaa8ffe1
parent 812
ddfad9496151
child 825
cc68c8e9b309
equal deleted inserted replaced
812:ddfad9496151 824:ee21eaa8ffe1
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") \

mercurial