RFR: 8297530: java.lang.IllegalArgumentException: Negative length on strings concatenation [v2]

Claes Redestad redestad at openjdk.org
Thu Nov 24 18:00:24 UTC 2022


On Thu, 24 Nov 2022 17:50:42 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Claes Redestad has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Require 64-bit arch to avoid (most) hypothetical false positives
>
> test/jdk/java/lang/String/concat/ImplicitStringConcatOOME.java line 129:
> 
>> 127:     }
>> 128: 
>> 129:     public static void test(String expected, String actual) {
> 
> When this method is called?

Never - accidental left-over from the test I used as a template for this. I'd remove it if I hadn't already integrated - but opening a bug to clean that out doesn't seem worthwhile.

-------------

PR: https://git.openjdk.org/jdk/pull/11354


More information about the core-libs-dev mailing list