JDK 14 RFR of start of release updates for langtools, including CSRs JDK-8225363 and JDK-8225365
Joseph D. Darcy
joe.darcy at oracle.com
Wed Jun 5 21:34:37 UTC 2019
Hello,
Per the JDK 13 schedule, its rampdown phase one and fork off of the main
line is coming on June 13, 2019. Therefore, the time approaches to
prepare jdk/jdk to become JDK 14.
Please review the langtools portions of
http://cr.openjdk.java.net/~darcy/jdk14-fork.2/
including the two CSRs:
JDK-8214547: Add SourceVersion.RELEASE_14
CSR: https://bugs.openjdk.java.net/browse/JDK-8225363
JDK-8214548: Add source 14 and target 14 and release 14 to javac
CSR: https://bugs.openjdk.java.net/browse/JDK-8225365
In general, the updates to javac, annotation processing, and langtools
tests were as expected and consistent with other recent JDK N -> JDK
(N+1) updates. The changes visitor classes were done using a short sed
command. (Might be time to reconsider profile support.)
Once the next build of JDK 13 is promoted, I'll regenerate the symbols
data from the later build and do another round of build and test to
flush out any new test failures sensitive to the version update.
Thanks,
-Joe
More information about the compiler-dev
mailing list