RFR: JDK-8331859 : [PPC64] Remove support for Power7 and older [v16]
Suchismith Roy
sroy at openjdk.org
Thu May 22 04:24:13 UTC 2025
On Wed, 21 May 2025 20:11:23 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> Suchismith Roy has updated the pull request incrementally with one additional commit since the last revision:
>>
>> comment remove and extra %s
>
> src/hotspot/cpu/ppc/vm_version_ppc.cpp line 166:
>
>> 164: char buf[(num_features+1) * 16]; // Max 16 chars per feature.
>> 165: jio_snprintf(buf, sizeof(buf),
>> 166: "ppc64 sha aes%s%s%s%s",
>
> This is now broken! Too many %s!
Yeah. Sorry about that. For some reason the files are not getting saved in the machine and older versions were getting pushed. Fixed now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20262#discussion_r2101592107
More information about the hotspot-dev
mailing list