-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: core-libs
-
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).