Re: RFR: 8339317: Optimize ClassFile writeBuffer [v7]

2024-09-06 Thread Chen Liang
On Thu, 5 Sep 2024 22:47:00 GMT, Shaojin Wen wrote: >> A small optimization, optimize the BufferWriter implementation and use of >> ClassFile, provide faster patchInt and skip > > Shaojin Wen has updated the pull request with a new target base due to a > merge or a rebase. The pull request now

Re: RFR: 8339317: Optimize ClassFile writeBuffer [v7]

2024-09-06 Thread duke
On Thu, 5 Sep 2024 22:47:00 GMT, Shaojin Wen wrote: >> A small optimization, optimize the BufferWriter implementation and use of >> ClassFile, provide faster patchInt and skip > > Shaojin Wen has updated the pull request with a new target base due to a > merge or a rebase. The pull request now

Re: RFR: 8339317: Optimize ClassFile writeBuffer [v7]

2024-09-06 Thread Claes Redestad
On Thu, 5 Sep 2024 22:47:00 GMT, Shaojin Wen wrote: >> A small optimization, optimize the BufferWriter implementation and use of >> ClassFile, provide faster patchInt and skip > > Shaojin Wen has updated the pull request with a new target base due to a > merge or a rebase. The pull request now

Re: RFR: 8339317: Optimize ClassFile writeBuffer [v7]

2024-09-05 Thread Chen Liang
On Thu, 5 Sep 2024 22:47:00 GMT, Shaojin Wen wrote: >> A small optimization, optimize the BufferWriter implementation and use of >> ClassFile, provide faster patchInt and skip > > Shaojin Wen has updated the pull request with a new target base due to a > merge or a rebase. The pull request now

Re: RFR: 8339317: Optimize ClassFile writeBuffer [v7]

2024-09-05 Thread Shaojin Wen
> A small optimization, optimize the BufferWriter implementation and use of > ClassFile, provide faster patchInt and skip Shaojin Wen has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 13 commits: - Merge remote-tracking branch 'origi