RFR: JDK-8331732 : [PPC64] Unify and optimize code which converts != 0 to 1 [v12]

Suchismith Roy sroy at openjdk.org
Fri Jun 28 15:45:23 UTC 2024


On Fri, 28 Jun 2024 15:29:55 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:

>> Suchismith Roy has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   nits
>
> src/hotspot/cpu/ppc/assembler_ppc.hpp line 353:
> 
>> 351:     SETBC_OPCODE  = (31u << OPCODE_SHIFT | 384u << 1),
>> 352:     SETNBC_OPCODE = (31u << OPCODE_SHIFT | 448u << 1),
>> 353:     SETBCR_OPCODE = (31u << OPCODE_SHIFT | 416u << 1),
> 
> update copyright header.

Adding IBM Corp or just he Oracle header ?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19886#discussion_r1658938136


More information about the hotspot-dev mailing list