-
CSR
-
Resolution: Approved
-
P3
-
behavioral
-
minimal
-
add/remove/modify command line option
-
JDK
Summary
Have javac
recognize "9" as a valid argument for the -source
and -target
options.
Problem
New JDK release, new source and target values are needed in javac.
Solution
Add javac options -source 9 -source 1.9 -target 9 -target 1.9
Specification
-source 1.9
The compiler accepts code with features introduced in Java SE 9.
-source 9
Synonym for 1.9.
-target 1.9
The compiler outputs class files appropriate for the 9 platform.
-target 9
Synonym for 1.9.
- csr for
-
JDK-8028545 Add -source 9 and -target 9 to javac
-
- Closed
-
- relates to
-
JDK-8180865 Add -source 10 and -target 10 to javac
-
- Closed
-