On Mon, 21 Dec 2020 23:58:03 GMT, Xue-Lei Andrew Fan <xue...@openjdk.org> wrote:

> Comparing to Collection.toArray(new T[size)), he Collection.toArray(new T[0]) 
> seems faster, safer and contractually cleaner.  In the update, the use of 
> Collection.toArray(new T[size)) in the SunJSSE provider implementation is 
> replaced with Collection.toArray(new T[0]).
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8258804

Looks fine to me.

-------------

Marked as reviewed by mullan (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/1861

Reply via email to