JDK 9 RFR of JDK-8098579: Remove non-existent javax.tools.annotation package from CORE_PKGS.gmk

joe darcy joe.darcy at oracle.com
Mon Jun 15 17:13:09 UTC 2015


Hello,

Please review the fix below to address

      JDK-8098579: Remove non-existent javax.tools.annotation package 
from CORE_PKGS.gmk

Thanks,

-Joe

diff -r 1bcfd6b87265 make/common/CORE_PKGS.gmk
--- a/make/common/CORE_PKGS.gmk    Thu Jun 11 20:18:41 2015 -0700
+++ b/make/common/CORE_PKGS.gmk    Mon Jun 15 10:07:11 2015 -0700
@@ -222,7 +222,6 @@
      javax.swing.plaf.nimbus \
      javax.swing.plaf.synth \
      javax.tools \
-    javax.tools.annotation \
      javax.transaction \
      javax.transaction.xa \
      javax.xml.parsers \




More information about the build-dev mailing list