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

Amit Kumar amitkumar at openjdk.org
Fri Jun 28 16:08:20 UTC 2024


On Fri, 28 Jun 2024 15:42:53 GMT, Suchismith Roy <sroy at openjdk.org> wrote:

>> 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 ?

Oh, I was just asking about updating copyright header years. Make it 2024. for both SAP and Oracle.

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

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


More information about the hotspot-dev mailing list