Re: RFR: 8341906: Optimize ClassFile writing BufBuffer

2024-10-10 Thread Chen Liang
On Thu, 10 Oct 2024 01:13:13 GMT, Shaojin Wen wrote: > We made a lot of improvements to merge writes to BufWriter in #21243, and > this PR is about doing more of the same. Marked as reviewed by liach (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/21437#pullrequestreview

RFR: 8341906: Optimize ClassFile writing BufBuffer

2024-10-10 Thread Shaojin Wen
We made a lot of improvements to merge writes to BufWriter in #21243, and this PR is about doing more of the same. - Commit messages: - merge write Changes: https://git.openjdk.org/jdk/pull/21437/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21437&range=00 Issue: https