RFR: JDK-8331859 : [PPC64] Remove support for Power7 and older [v12]
Suchismith Roy
sroy at openjdk.org
Tue May 20 08:15:47 UTC 2025
On Mon, 19 May 2025 20:07:20 GMT, Martin Doerr <mdoerr 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 98:
>
>> 96: }
>> 97:
>> 98: if (FLAG_IS_DEFAULT(ConditionalMoveLimit)) {
>
> This is incorrectly replaced. Should get removed. (Causes the mentioned test failures.)
Hi @TheRealMDoerr You are right..how were you able to trace the test failure to this ? I saw the outputs showed some IR rules non compliance.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20262#discussion_r2097286193
More information about the hotspot-dev
mailing list