On Thu, 24 Nov 2022 17:50:42 GMT, Andrey Turbanov <[email protected]> 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