-
Bug
-
Resolution: Fixed
-
P4
-
8
-
b07
The factory methods in java.util.stream.FindOps unnecessarily allocate an instance of FindOp. Such instances can be constant and held in static final fields (or lazily allocated with @Stable).