-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b17
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245091 | openjdk8u262 | Sergey Nazarkin | P4 | Resolved | Fixed | b03 |
Many tests
./java/lang/ProcessBuilder/Basic.java
./java/util/PriorityQueue/ForgetMeNot.java
./java/util/Collection/MOAT.java
and several others make use of anonymous classes derived from an abstract Fun class.
As suggested by Martin Buchholz, they should be replaced with lambdas.
http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-March/025871.html
./java/lang/ProcessBuilder/Basic.java
./java/util/PriorityQueue/ForgetMeNot.java
./java/util/Collection/MOAT.java
and several others make use of anonymous classes derived from an abstract Fun class.
As suggested by Martin Buchholz, they should be replaced with lambdas.
http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-March/025871.html
- backported by
-
JDK-8245091 Replace the Fun class in tests with lambdas
- Resolved