RFR: 8193031: Collections.addAll is likely to perform worse than Collection.addAll [v2]
Jonathan Gibbons
jjg at openjdk.java.net
Mon Dec 21 23:55:54 UTC 2020
On Mon, 21 Dec 2020 14:37:57 GMT, Сергей Цыпанов <github.com+10835776+stsypanov at openjdk.org> wrote:
>> I don't think so, the code is fine, for me.
>
> @forax I've sent a mail into compiler-dev list: http://mail.openjdk.java.net/pipermail/compiler-dev/2020-December/015857.html
>
> Let's see what they decide.
FYI, despite the confusing (historical) name, `syms.trustMeType` is the `SafeVarargs` annotation. See `Symtab.java`, line 579.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1764
More information about the core-libs-dev
mailing list