< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

*** 686,695 **** --- 686,698 ---- "Control whether SHA instructions are used when available") \ \ diagnostic(bool, UseGHASHIntrinsics, false, \ "Use intrinsics for GHASH versions of crypto") \ \ + product(bool, UseBASE64Intrinsics, false, \ + "Use intrinsics for java.util.Base64") \ + \ product(size_t, LargePageSizeInBytes, 0, \ "Large page size (0 to let VM choose the page size)") \ range(0, max_uintx) \ \ product(size_t, LargePageHeapSizeThreshold, 128*M, \
< prev index next >