Integrated: 8331081: 'internal proprietary API' diagnostics if --system is configured to an earlier JDK version

Liam Miller-Cushon cushon at openjdk.org
Wed May 22 18:05:10 UTC 2024


On Thu, 2 May 2024 19:23:11 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:

> 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`.

This pull request has now been integrated.

Changeset: 2170e99c
Author:    Liam Miller-Cushon <cushon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/2170e99cb49a4ef2086ecec7515a72d56148d0f2
Stats:     141 lines in 2 files changed: 132 ins; 0 del; 9 mod

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

Reviewed-by: jlahoda

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

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


More information about the compiler-dev mailing list