comparison src/share/vm/runtime/globals.hpp @ 12838:85c1ca43713f

8024547: MaxMetaspaceSize should limit the committed memory used by the metaspaces Reviewed-by: brutisso, jmasa, coleenp
author stefank
date Mon, 07 Oct 2013 15:51:08 +0200
parents b4d8a3d4db73
children aa6f2ea19d8f 9c8289162268
comparison
equal deleted inserted replaced
12837:82af7d7a0128 12838:85c1ca43713f
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") \