RFR: JDK-8245246: Deprecate -profile option in javac
Jonathan Gibbons
jjg at openjdk.org
Fri Nov 18 03:06:20 UTC 2022
On Fri, 18 Nov 2022 01:26:03 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> Please review a trivial update for javac, to note that the `-profile` option is deprecated and may be removed.
>
> 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.
Yes, note it was a duplicated resource, that was flagged by the IDE.
-------------
PR: https://git.openjdk.org/jdk/pull/11226
More information about the compiler-dev
mailing list