On Tue, 4 Nov 2025 10:29:53 GMT, Pavel Rappo <[email protected]> wrote:
> Also, there is slight a mismatch between the title and the contents of the > PR: it's not only about ArrayList This is a bit of a grey area - it's not only about ArrayList, rather it's only about ArrayList.addAll(). One of the improvements is to the method itself, another is to the critical downstream method. This is demonstrated by the benchmark, which only calls ArrayList.addAll(). I'd rather leave it as-is since it describes the purpose of the optimization. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28116#discussion_r2490658415
