comparison src/share/vm/runtime/globals.hpp @ 389:ee21eaa8ffe1

6660681: Incrementally reserve pages on win server 2003 for better large page affinity Summary: For windows server 2003 added option to reserve large pages individually. Reviewed-by: alanb, jcoomes, tonyp, apetrusenko
author jmasa
date Thu, 02 Oct 2008 12:01:08 -0700
parents ddfad9496151
children cc68c8e9b309
comparison
equal deleted inserted replaced
377:ddfad9496151 389: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") \