RFR: JDK-8331859 : [PPC64] Remove support for Power7 and older [v12]

Martin Doerr mdoerr at openjdk.org
Mon May 19 13:14:21 UTC 2025


On Mon, 19 May 2025 13:05:41 GMT, Suchismith Roy <sroy at openjdk.org> wrote:

>> Suchismith Roy has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   sha logic
>
> src/hotspot/cpu/ppc/vm_version_ppc.cpp line 373:
> 
>> 371:   }
>> 372: 
>> 373:   if (UseSecondarySupersTable && PowerArchitecturePPC64 < 7) {
> 
> @TheRealMDoerr  Should the check for UseSecondarySupersTable be present ?

No. Removal should be fine.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20262#discussion_r2095684536


More information about the hotspot-dev mailing list