8006764: FunctionalInterface missing from rt.jar (old build)

Alan Bateman Alan.Bateman at oracle.com
Wed Jan 23 14:54:25 UTC 2013


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 \



More information about the core-libs-dev mailing list