src/hotspot/share/runtime/globals.hpp
changeset 50860 480a96a43b62
parent 50785 d1b24f2ceca5
child 50944 8cc36fac7f3d
--- a/src/hotspot/share/runtime/globals.hpp	Wed Jun 27 19:09:17 2018 -0700
+++ b/src/hotspot/share/runtime/globals.hpp	Wed Jun 27 20:21:42 2018 -0700
@@ -345,6 +345,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)                                               \