The number of -Xlint sub-options is steadily growing, which is causing the output from --help-extra (-X) to grow correspondingly, since it includes an entry for each sub-option of -Xlint.
Maybe we should split out the info for -Xlint into a new option, --help-lint, leaving just a stub in --help-extra.
Maybe we should split out the info for -Xlint into a new option, --help-lint, leaving just a stub in --help-extra.
- csr for
-
JDK-8265772 Extract command-line help for -Xlint sub-options to new --help-lint
-
- Closed
-