On Tue, 1 Sep 2026 08:08:07 GMT, Suchismith Roy <[email protected]> wrote:
>> The AES intrinsics on PPC64 currently emit the full unrolled sequence of >> round key loads and vcipher/vncipher instructions separately in each stub. >> >> The CBC stubs already factor this into aes_encrypt_rounds() and >> aes_decrypt_rounds(). This change makes the single-block stubs call the same >> helpers, removing the duplication. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Suchismith Roy has updated the pull request incrementally with one additional > commit since the last revision: > > Update stubGenerator_ppc.cpp The set of changes looks straight forward, where the helpers have identical logic. Thanks! ------------- PR Comment: https://git.openjdk.org/jdk/pull/32583#issuecomment-5521257575
