The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
As part of starting JDK 11, support should be added for
javac --release 11
Comments
Resolved under JDK-8202387.
14-05-2018
We need to revise the policy so that javac support for "--release N" is available out of the box for JDK N. This is easily automated for N, either in the Makefiles or by enhancing the build tools. The more tricky aspect, which is not automatable, is to ensure that support for "--release N-1" is made available soon after we update N. This requires generating the history files for N-1 and checking them into the repo. A short-term interim solution is to make N-1 be effectively be an alias for N until the history files are available.
Note this is somewhat complicated by the six-month release cadence, since we start working on N before N-1 is final.
01-05-2018
The test
langtools/tools/javac/modules/JavaBaseTest.java
would also be impacted by the lack of support for --release 11 once the version update occurs.
01-02-2018
Note that there are two tests on the langtools ProblemList.txt file for this issue.