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

JAVAC_OPTIONS should be updated to align with JAVA_OPTIONS

    • b158
    • Verified

        JDK-8170832 adds support for a new properly specified env variable for the launcher: JAVA_OPTIONS. The general intent is that such env variables should follow a consistent pattern.

        JDK-8156962 added _JAVA_OPTIONS. We should updtae that code to follow the new guidelines. Specifically,
        1. it should be renamed to JAVAC_OPTIONS,
        2. it should follow the same quoting rules
        3. it should generate a similar warning message to javac's version of stderr, i.e. Log.getWriter(WriterKind.STDERR)

              ksrini Kumar Srinivasan
              jjg Jonathan Gibbons
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: