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

2024-09-19 Thread Shaojin Wen
On Thu, 19 Sep 2024 19:00:45 GMT, Chen Liang wrote: >> Shaojin Wen has updated the pull request incrementally with one additional >> commit since the last revision: >> >> suggestion from @liach > > src/java.base/share/classes/java/io/ObjectOutputStream.java line 2047: > >> 2045:

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

2024-09-19 Thread Chen Liang
On Mon, 16 Sep 2024 14:23:52 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: > > suggestion

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

2024-09-16 Thread Chen Liang
On Mon, 16 Sep 2024 14:23:52 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: > > suggestion

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

2024-09-16 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: suggestion from @liach - Changes: - all: https://git.openjdk.