comparison src/share/vm/runtime/globals.hpp @ 3806:1f4f4ae84625

Merge
author kvn
date Wed, 13 Jul 2011 10:48:42 -0700
parents 48048b59a551 faa472957b38
children 3d42f82cd811
comparison
equal deleted inserted replaced
3803:0defeba52583 3806:1f4f4ae84625
499 "True for register window machines (sparc/ia64)") \ 499 "True for register window machines (sparc/ia64)") \
500 \ 500 \
501 product(intx, UseSSE, 99, \ 501 product(intx, UseSSE, 99, \
502 "Highest supported SSE instructions set on x86/x64") \ 502 "Highest supported SSE instructions set on x86/x64") \
503 \ 503 \
504 product(intx, UseVIS, 99, \
505 "Highest supported VIS instructions set on Sparc") \
506 \
504 product(uintx, LargePageSizeInBytes, 0, \ 507 product(uintx, LargePageSizeInBytes, 0, \
505 "Large page size (0 to let VM choose the page size") \ 508 "Large page size (0 to let VM choose the page size") \
506 \ 509 \
507 product(uintx, LargePageHeapSizeThreshold, 128*M, \ 510 product(uintx, LargePageHeapSizeThreshold, 128*M, \
508 "Use large pages if max heap is at least this big") \ 511 "Use large pages if max heap is at least this big") \