8006764: FunctionalInterface missing from rt.jar (old build) (original) (raw)
Alan Bateman Alan.Bateman at oracle.com
Wed Jan 23 14:54:25 UTC 2013
- Previous message: hg: jdk8/tl/jdk: 8006669: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh fails on mac
- Next message: 8006764: FunctionalInterface missing from rt.jar (old build)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The j.l.FunctionalInterface annotation was added recently but it's not showing up in rt.jar when using the old build (NEWBUILD=false). Unfortunately we have to keep the old build on life support until the new build is bedded down and downstream projects have transitioned.
So I need a reviewer to update FILES_java.gmk to add the class name (in the old build then the core area required keeping a list of individual classes).
Thanks,
-Alan
diff --git a/make/java/java/FILES_java.gmk b/make/java/java/FILES_java.gmk
--- a/make/java/java/FILES_java.gmk
+++ b/make/java/java/FILES_java.gmk
@@ -137,6 +137,7 @@
java/lang/Appendable.java
java/lang/Comparable.java
java/lang/Readable.java \
- java/lang/FunctionalInterface.java
java/lang/Override.java
java/lang/SafeVarargs.java
java/lang/SuppressWarnings.java \
- Previous message: hg: jdk8/tl/jdk: 8006669: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh fails on mac
- Next message: 8006764: FunctionalInterface missing from rt.jar (old build)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]