-
Bug
-
Resolution: Not an Issue
-
P3
-
10
Currently, we explicitly specify -source 10 -target 10 when building jdk10. With the proposed new release cadence, we must try to make it more easy to bump to a new version.
We should instead rely on the default source/target for javac, and modify that when we want to modify the source code level we're using.
We should instead rely on the default source/target for javac, and modify that when we want to modify the source code level we're using.
- relates to
-
JDK-8205934 Define jdk -source/-target version in version-numbers file
- Resolved
-
JDK-8173382 Add -source 11 and -target 11 to javac
- Resolved