On Thu, 6 Aug 2026 21:35:48 GMT, Valerie Peng <[email protected]> wrote:
>> Initial commit containing the public API changes and related regression >> tests. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Valerie Peng has updated the pull request incrementally with one additional > commit since the last revision: > > import cleanup. src/java.base/share/classes/sun/security/provider/ByteArrayAccess.java line 211: > 209: * special optimized long to byte[] conversion, little endian byte > order > 210: */ > 211: public static void l2bLittle8(long value, byte[] in, int inOfs) { This is `out` and `outOfs`. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29597#discussion_r3831150308
