hotspot/src/share/vm/runtime/globals.hpp
changeset 31407 2580e0884f41
parent 31236 d4d3011aa98e
parent 31404 63e8fcd70bfc
child 31412 32477ea959ee
equal deleted inserted replaced
31238:a66084451ee2 31407:2580e0884f41
   672           "Control whether AES instructions can be used on x86/x64")        \
   672           "Control whether AES instructions can be used on x86/x64")        \
   673                                                                             \
   673                                                                             \
   674   product(bool, UseSHA, false,                                              \
   674   product(bool, UseSHA, false,                                              \
   675           "Control whether SHA instructions can be used on SPARC")          \
   675           "Control whether SHA instructions can be used on SPARC")          \
   676                                                                             \
   676                                                                             \
       
   677   product(bool, UseGHASHIntrinsics, false,                                  \
       
   678           "Use intrinsics for GHASH versions of crypto")                    \
       
   679                                                                             \
   677   product(size_t, LargePageSizeInBytes, 0,                                  \
   680   product(size_t, LargePageSizeInBytes, 0,                                  \
   678           "Large page size (0 to let VM choose the page size)")             \
   681           "Large page size (0 to let VM choose the page size)")             \
   679                                                                             \
   682                                                                             \
   680   product(size_t, LargePageHeapSizeThreshold, 128*M,                        \
   683   product(size_t, LargePageHeapSizeThreshold, 128*M,                        \
   681           "Use large pages if maximum heap is at least this big")           \
   684           "Use large pages if maximum heap is at least this big")           \