src/share/vm/runtime/globals.hpp

changeset 3388
127b3692c168
parent 3321
81f7362f7bed
child 3397
8940fd98d540
equal deleted inserted replaced
3387:d725f0affb1a 3388:127b3692c168
523 "True for register window machines (sparc/ia64)") \ 523 "True for register window machines (sparc/ia64)") \
524 \ 524 \
525 product(intx, UseSSE, 99, \ 525 product(intx, UseSSE, 99, \
526 "Highest supported SSE instructions set on x86/x64") \ 526 "Highest supported SSE instructions set on x86/x64") \
527 \ 527 \
528 product(intx, UseAVX, 99, \
529 "Highest supported AVX instructions set on x86/x64") \
530 \
528 product(intx, UseVIS, 99, \ 531 product(intx, UseVIS, 99, \
529 "Highest supported VIS instructions set on Sparc") \ 532 "Highest supported VIS instructions set on Sparc") \
530 \ 533 \
531 product(uintx, LargePageSizeInBytes, 0, \ 534 product(uintx, LargePageSizeInBytes, 0, \
532 "Large page size (0 to let VM choose the page size") \ 535 "Large page size (0 to let VM choose the page size") \

mercurial