Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8330194

Add source 24 and target 24 to javac

XMLWordPrintable

    • Icon: CSR CSR
    • Resolution: Approved
    • Icon: P4 P4
    • 24
    • tools
    • None
    • behavioral
    • minimal
    • add/remove/modify command line option
    • JDK

      Summary

      Add -source and -target and --release options to javac corresponding to JDK 24.

      Problem

      Part of starting development on a new JDK is adding .new -source and -target options to javac. These options are used in the compilation of the JDK sources.

      Solution

      Add 24 as a valid argument to the options in question.

      Specification

      Add support for javac -source 24 ..., and javac -target 24 ..., and javac --release 24 ....

      The new value of -source/-target is also made the default.

      As a consequence of adding support for the new argument to javac, support is also added to javadoc and the java --source option.

            darcy Joe Darcy
            darcy Joe Darcy
            Iris Clark, Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: