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

2025-05-05 Thread Raffaello Giulietti
On Mon, 5 May 2025 14:23:11 GMT, Andrey Turbanov wrote: >> Raffaello Giulietti has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Added '@requires' to test. > > test/jdk/java/lang/String/concat/HugeConcatTest.java line 38: > >> 36: import

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

2025-05-05 Thread Andrey Turbanov
On Mon, 5 May 2025 14:06:27 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: > > Added '@requires' to test. test/jdk/java/l

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

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: Added '@requires' to test. - Changes: - all: https://git.openjdk.org/jdk/pull/25038/files - new: h