On Wed, 14 Apr 2021 12:27:55 GMT, Jim Laskey <jlas...@openjdk.org> wrote:
>> Move makeXXXSpilterator from public (@hidden) to protected. No API ch > > Jim Laskey has updated the pull request incrementally with one additional > commit since the last revision: > > Make makeXXXSpliterator final I don't see the point of having those methods virtual, they can be public static in RandomSupport given that there is only one implementation (the one with an if ... instanceof). Also the static final proxy should be spelled PROXY. ------------- PR: https://git.openjdk.java.net/jdk/pull/3469