-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
8
-
None
In JDK-8005298, /java/lang/FunctionalInterface.java was added. In the new build, it gets automatically picked up and is included in rt.jar, but in the old build, java/lang is compiled using an explicit list of includes, which this file isn't part of. This causes a diff between old and new build. I'm assuming the old build is wrong.
- duplicates
-
JDK-8006764 FunctionalInterface missing from rt.jar (old build)
- Closed