RFR: 8331081: 'internal proprietary API' diagnostics if --system is configured to an earlier JDK version [v3]

Liam Miller-Cushon cushon at openjdk.org
Wed May 22 15:43:35 UTC 2024


> This change fixes a bug preventing javac from emitting 'compiler.warn.sun.proprietary' diagnostics if `--system` is set to a non-default value. The diagnostics are currently emitted for values of `--release`, and for the default value of `--system`.

Liam Miller-Cushon has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:

 - Merge remote-tracking branch 'origin/master' into JDK-8331081
 - don't accumulate user modules in supplementaryFlags
 - 8331081: 'internal proprietary API' diagnostics if --system is configured to an earlier JDK version

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/19069/files
  - new: https://git.openjdk.org/jdk/pull/19069/files/fef11730..b64951ff

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=19069&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=19069&range=01-02

  Stats: 95867 lines in 2675 files changed: 60636 ins; 23872 del; 11359 mod
  Patch: https://git.openjdk.org/jdk/pull/19069.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19069/head:pull/19069

PR: https://git.openjdk.org/jdk/pull/19069


More information about the compiler-dev mailing list