hotspot/src/share/vm/runtime/globals.hpp
changeset 10029 40bb1a296f74
parent 10022 377345fb5fb5
parent 10027 20cd71f29262
child 10252 0981ce1c3eef
equal deleted inserted replaced
10026:27a52a6b2222 10029:40bb1a296f74
   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")               \