RFR: JDK-8245246: Deprecate -profile option in javac

Joe Darcy darcy at openjdk.org
Fri Nov 18 01:28:18 UTC 2022


On Thu, 17 Nov 2022 23:57:44 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review a trivial update for javac, to note that the `-profile` option is deprecated and may be removed.

Marked as reviewed by darcy (Reviewer).

src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties line 129:

> 127:     <release>
> 128: javac.opt.arg.release=\
> 129:     <release>

I assume this is just an incidental cleanup.

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

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


More information about the compiler-dev mailing list