RFR: 8282701: Use Class.getInterfaces(false) where possible to reduce allocation pressure
Сергей Цыпанов
duke at openjdk.java.net
Mon May 2 08:08:37 UTC 2022
On Sat, 5 Mar 2022 13:07:56 GMT, Сергей Цыпанов <duke at openjdk.java.net> wrote:
> `Class.getInterfaces(false)` does not clone underlying array and can be used in cases when the returned array is only read from.
Let's wait a bit
-------------
PR: https://git.openjdk.java.net/jdk/pull/7714
More information about the core-libs-dev
mailing list