Skip to content

Commit

Permalink
8298592: Add java man page documentation for ChaCha20 and Poly1305 in…
Browse files Browse the repository at this point in the history
…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

0 comments on commit 37f8b05

Please sign in to comment.