--- old/src/hotspot/share/runtime/globals.hpp 2018-06-21 22:32:29.117172200 -0700 +++ new/src/hotspot/share/runtime/globals.hpp 2018-06-21 22:32:28.548115300 -0700 @@ -688,6 +688,9 @@ 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) \