-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b40
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8195569 | 11 | Jonathan Gibbons | P3 | Resolved | Fixed | b01 |
JDK-8197708 | 10u-cpu | Jonathan Gibbons | P3 | Resolved | Fixed | master |
JDK-8201002 | 10.0.2 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8195918 | 10.0.1 | Jonathan Gibbons | P3 | Resolved | Fixed | b01 |
For compatibility with related tools (javac, launcher), the javadoc tool should support and noisily ignore --add-opens.
This could be done by just passing the option down to javac, and have it noisily ignore the option,
This could be done by just passing the option down to javac, and have it noisily ignore the option,
- backported by
-
JDK-8195569 javadoc should support/ignore --add-opens
- Resolved
-
JDK-8195918 javadoc should support/ignore --add-opens
- Resolved
-
JDK-8197708 javadoc should support/ignore --add-opens
- Resolved
-
JDK-8201002 javadoc should support/ignore --add-opens
- Resolved
- relates to
-
JDK-8144623 javac module options need to match runtime options
- Open