8245246: Deprecate -profile option in javac

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2022-11-18 23:43:26 +00:00
parent 52494df4f7
commit dcb83754ce

View File

@ -82,7 +82,8 @@ javac.opt.J=\
javac.opt.encoding=\
Specify character encoding used by source files
javac.opt.profile=\
Check that API used is available in the specified profile
Check that API used is available in the specified profile.\n\
This option is deprecated and may be removed in a future release.
javac.opt.target=\
Generate class files suitable for the specified Java SE release. Supported releases: {0}
javac.opt.release=\
@ -125,8 +126,6 @@ javac.opt.arg.profile=\
<profile>
javac.opt.arg.release=\
<release>
javac.opt.arg.release=\
<release>
javac.opt.arg.number=\
<number>
javac.opt.plugin=\