On Wed, 28 Aug 2024 13:16:03 GMT, Shaojin Wen <s...@openjdk.org> wrote:
> A small optimization makes BufWriterImpl's writeU1/U2/Int/Long methods more > C2-friendly and improves performance. This pull request has now been integrated. Changeset: b711c41d Author: Shaojin Wen <s...@openjdk.org> Committer: Chen Liang <li...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/b711c41d442fc369a84745c0203db638e0b7e671 Stats: 42 lines in 1 file changed: 32 ins; 3 del; 7 mod 8339196: Optimize BufWriterImpl#writeU1/U2/Int/Long Reviewed-by: liach, redestad ------------- PR: https://git.openjdk.org/jdk/pull/20748