-
Bug
-
Resolution: Fixed
-
P2
-
10, 11
-
b43
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8197475 | 11 | Jan Lahoda | P2 | Resolved | Fixed | b01 |
JDK-8197694 | 10u-cpu | Jan Lahoda | P2 | Resolved | Fixed | master |
JDK-8200965 | 10.0.2 | Unassigned | P2 | Resolved | Fixed | b01 |
JDK-8197515 | 10.0.1 | Jan Lahoda | P2 | Resolved | Fixed | b05 |
After applying the attached patch, while compiling with the Intelij IDE or by using ant to build, javac emits errors for imports referencing Deprecated/forRemoval classes, however build the jdk images using make does not exhibit the problem. The bug here is that error at import sites cannot be
suppressed.
The theory is that it could be the ordering of files from returned by the filesystem, although the issue seems to be reproducible on both Windows and Linux (OEL).
suppressed.
The theory is that it could be the ordering of files from returned by the filesystem, although the issue seems to be reproducible on both Windows and Linux (OEL).
- backported by
-
JDK-8197475 javac incorrectly flags deprecated for removal imports
- Resolved
-
JDK-8197515 javac incorrectly flags deprecated for removal imports
- Resolved
-
JDK-8197694 javac incorrectly flags deprecated for removal imports
- Resolved
-
JDK-8200965 javac incorrectly flags deprecated for removal imports
- Resolved
- blocks
-
JDK-8194651 javadoc: mark the com.sun.javadoc API for removal
- Resolved