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

2024-09-03 Thread Chen Liang
On Tue, 3 Sep 2024 12:23:50 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 incrementally with one additional > commit since the last revision: > >

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

2024-09-03 Thread Claes Redestad
On Tue, 3 Sep 2024 12:23:50 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 incrementally with one additional > commit since the last revision: > >

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

2024-09-03 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 incrementally with one additional commit since the last revision: Update src/java.base/share/classes/jdk/internal/classfile/impl/