Re: RFR: 8356152: String.concat can throw StringIndexOutOfBoundsException [v2]

2025-05-05 Thread Raffaello Giulietti
On Mon, 5 May 2025 13:51:13 GMT, Jaikiran Pai wrote: >> Raffaello Giulietti has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Simplified test slightly. > > test/jdk/java/lang/String/concat/HugeConcatTest.java line 29: > >> 27: * @summary

Re: RFR: 8356152: String.concat can throw StringIndexOutOfBoundsException [v2]

2025-05-05 Thread Jaikiran Pai
On Mon, 5 May 2025 13:36:05 GMT, Raffaello Giulietti wrote: >> A fix to throw `OutOfMemoryError`, as done in releases ≤ 23. > > Raffaello Giulietti has updated the pull request incrementally with one > additional commit since the last revision: > > Simplified test slightly. test/jdk/java/la

Re: RFR: 8356152: String.concat can throw StringIndexOutOfBoundsException [v2]

2025-05-05 Thread Chen Liang
On Mon, 5 May 2025 13:36:05 GMT, Raffaello Giulietti wrote: >> A fix to throw `OutOfMemoryError`, as done in releases ≤ 23. > > Raffaello Giulietti has updated the pull request incrementally with one > additional commit since the last revision: > > Simplified test slightly. Looks good. So t

Re: RFR: 8356152: String.concat can throw StringIndexOutOfBoundsException [v2]

2025-05-05 Thread Raffaello Giulietti
> A fix to throw `OutOfMemoryError`, as done in releases ≤ 23. Raffaello Giulietti has updated the pull request incrementally with one additional commit since the last revision: Simplified test slightly. - Changes: - all: https://git.openjdk.org/jdk/pull/25038/files - new: ht