On Fri, 7 Jun 2024 13:08:24 GMT, Claes Redestad <[email protected]> wrote:
>> Trivially move a few private static finals to their respective source type >> to avoid eagerly loading a few small classes. > > Claes Redestad has updated the pull request incrementally with one additional > commit since the last revision: > > Update src/java.base/share/classes/java/util/Spliterators.java > > Co-authored-by: Chen Liang <[email protected]> Looks good to me. Nice observation, the laziness was for free as existing classes could be reused. ------------- Marked as reviewed by pminborg (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/19591#pullrequestreview-2104630412
