RFR: 8375443: AVX-512: Disabling through UseSHA doesn't affect UseSHA3Intrinsics [v5]
Ramkumar Sunderbabu
rsunderbabu at openjdk.org
Thu Feb 5 17:21:26 UTC 2026
On Tue, 3 Feb 2026 19:19:37 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> SHA code here is mess. I would like it be re-written similar to what we have for `UseAES`.
>
> Is only x86 code affected or other platforms have it too?
>
> Also look on [PR 29338](https://git.openjdk.org/jdk/pull/29338)
Only x86 code is affected.
The style is consistent in all platforms.
I prefer keeping this PR only to fix the issue in flag interdependency.
I will create a new bug to fix the messy code across platforms.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/29266#issuecomment-3855043338
More information about the hotspot-dev
mailing list