Re: RFR: 8339699: Optimize DataOutputStream writeUTF [v4]

2024-09-16 Thread Chen Liang
On Fri, 13 Sep 2024 17:38:56 GMT, Shaojin Wen wrote: >> PR #20772 introduced an optimization for writeUTF, which can also be used in >> DataOutputStream::writeUTF. > > Shaojin Wen has updated the pull request incrementally with two additional > commits since the last revision: > > - rename JD

Re: RFR: 8339699: Optimize DataOutputStream writeUTF [v4]

2024-09-13 Thread Shaojin Wen
> PR #20772 introduced an optimization for writeUTF, which can also be used in > DataOutputStream::writeUTF. Shaojin Wen has updated the pull request incrementally with two additional commits since the last revision: - rename JDKUTF to ModifiedUtf - suggestion from @liach - Chan