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

2024-10-04 Thread Brian Burkhalter
On Fri, 20 Sep 2024 05:09:19 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 one additional > commit since the last revision: > > bug fix for

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

2024-09-20 Thread Chen Liang
On Fri, 20 Sep 2024 05:09:19 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 one additional > commit since the last revision: > > bug fix for

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

2024-09-19 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 one additional commit since the last revision: bug fix for write long utf - Changes: - all: https://git.open