Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8308029 | na | Jonathan Gibbons | P4 | Closed | Not an Issue |
Various javac options take a supported release argument, including --release, --source, and --target.
The list of supported releases can exceed the 80-column output limit now used for javac -help output.
(Filing this bug prompted by
tools/javac/options/HelpOutputColumnWidthTest.java:
failing during initial start of JDK 22 efforts.)
The list of supported releases can exceed the 80-column output limit now used for javac -help output.
(Filing this bug prompted by
tools/javac/options/HelpOutputColumnWidthTest.java:
failing during initial start of JDK 22 efforts.)
- backported by
-
JDK-8308029 Apply 80-column output to javac supported version output
- Closed
- relates to
-
JDK-8296420 javac has long lines in its command-line help
- Resolved
-
JDK-8306584 Start of release updates for JDK 22
- Resolved