On Mon, 14 Jun 2021 17:00:29 GMT, Andrey Turbanov <github.com+741251+turban...@openjdk.org> wrote:
> I found few places, where code initially perform `Object[] > Colleciton.toArray()` call and then manually copy array into another array > with required type. > This PR cleanups such places to more shorter call `T[] > Collection.toArray(T[])`. The changes to the security classes look good. ------------- Marked as reviewed by mullan (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/4487