[jdk20] RFR: 8298893: Rename option UsePolyIntrinsics to UsePoly1305Intrinsics

Christian Hagedorn chagedorn at openjdk.org
Mon Dec 19 08:21:51 UTC 2022


On Fri, 16 Dec 2022 19:14:07 GMT, Volodymyr Paprotski <duke at openjdk.org> wrote:

> Fix for better documentation. FYI @jnimeh

> @vpaprotsk Such renaming is enhancement. But these changes are simple and will be approved for JDK 20. It is easy to follow process I pointed: add label and comment to [JDK-8298893](https://bugs.openjdk.org/browse/JDK-8298893). And wait approval. Note, for documentation changes you don't need approval during RDP1.

Sorry for the confusing and thanks @vnkozlov for jumping in and providing pointers to still get this into JDK 20. As Vladimir has mentioned, a flag renaming is an enhancement. But since it's low-risk, this should be easily approved for JDK 20.

src/hotspot/share/runtime/globals.hpp line 241:

> 239:           "Use intrinsics for java.util.Base64")                            \
> 240:                                                                             \
> 241:   product(bool, UsePoly1305Intrinsics, false, DIAGNOSTIC,                       \

You should fix the alignment of the `` here.

-------------

PR: https://git.openjdk.org/jdk20/pull/49


More information about the hotspot-dev mailing list