hotspot/src/share/vm/runtime/globals.hpp
changeset 11436 63492afc6a27
parent 11398 d68bb6ceb0d7
parent 11427 bf248009cbbe
child 11442 770f7b89bb6b
equal deleted inserted replaced
11398:d68bb6ceb0d7 11436:63492afc6a27
   525           "True for register window machines (sparc/ia64)")                 \
   525           "True for register window machines (sparc/ia64)")                 \
   526                                                                             \
   526                                                                             \
   527   product(intx, UseSSE, 99,                                                 \
   527   product(intx, UseSSE, 99,                                                 \
   528           "Highest supported SSE instructions set on x86/x64")              \
   528           "Highest supported SSE instructions set on x86/x64")              \
   529                                                                             \
   529                                                                             \
       
   530   product(intx, UseAVX, 99,                                                 \
       
   531           "Highest supported AVX instructions set on x86/x64")              \
       
   532                                                                             \
   530   product(intx, UseVIS, 99,                                                 \
   533   product(intx, UseVIS, 99,                                                 \
   531           "Highest supported VIS instructions set on Sparc")                \
   534           "Highest supported VIS instructions set on Sparc")                \
   532                                                                             \
   535                                                                             \
   533   product(uintx, LargePageSizeInBytes, 0,                                   \
   536   product(uintx, LargePageSizeInBytes, 0,                                   \
   534           "Large page size (0 to let VM choose the page size")              \
   537           "Large page size (0 to let VM choose the page size")              \