Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
8298592: Add java man page documentation for ChaCha20 and Poly1305 in…
…trinsics

Reviewed-by: weijun
  • Loading branch information
Jamil Nimeh committed Dec 29, 2022
1 parent 188911c commit 37f8b05
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/java.base/share/man/java.1
Expand Up @@ -2524,6 +2524,22 @@ instructions.
Flags that control intrinsics now require the option
\f[V]-XX:+UnlockDiagnosticVMOptions\f[R].
.TP
\f[V]-XX:+UseChaCha20Intrinsics\f[R]
Enable ChaCha20 intrinsics.
This option is on by default for supported platforms.
To disable ChaCha20 intrinsics, specify
\f[V]-XX:-UseChaCha20Intrinsics\f[R].
Flags that control intrinsics now require the option
\f[V]-XX:+UnlockDiagnosticVMOptions\f[R].
.TP
\f[V]-XX:+UsePoly1305Intrinsics\f[R]
Enable Poly1305 intrinsics.
This option is on by default for supported platforms.
To disable Poly1305 intrinsics, specify
\f[V]-XX:-UsePoly1305Intrinsics\f[R].
Flags that control intrinsics now require the option
\f[V]-XX:+UnlockDiagnosticVMOptions\f[R].
.TP
\f[V]-XX:+UseBASE64Intrinsics\f[R]
Controls the use of accelerated BASE64 encoding routines for
\f[V]java.util.Base64\f[R].
Expand Down

1 comment on commit 37f8b05

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.