- 
    Enhancement 
- 
    Resolution: Fixed
- 
     P5 P5
- 
    None
- 
        b02
                    java.util.Spliterators defines 4 EmptySpliterators at the top level, loading the related classes eagerly when Spliterators is initialized. Simply moving the singletons to be static fields on each respective spliterator class makes it a bit lazier at no cost.
            
 
        