On Mon, Feb 23, 2026 at 5:02 PM Chen Liang <[email protected]> wrote:
> But given that collections are used in early bootstrap in general, I think > being bootstrap-proof might be a good idea. > Good, seems replacing this with a simple loop may be worthwhile to bring it in alignment with ArrayList which does not invoke lambdas. See PR https://github.com/openjdk/jdk/pull/29894 for this simple replacement. Thanks, Eirik.
