JDK-8175066 : Compilation error due to tag in JDK-8162959
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2017-02-16
  • Updated: 2017-03-16
  • Resolved: 2017-02-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 10 JDK 9
10Fixed 9 b161Fixed
Related Reports
Relates :  
Description
client/jdk/src/java.desktop/share/classes/java/awt/Robot.java:446: error: unknown tag: Image
     *      List<Image> resolutionVariants = mrImage.getResolutionVariants();
                ^
client/jdk/src/java.desktop/share/classes/java/awt/Robot.java:447: error: bad use of '>'
     *      if (resolutionVariants.size() > 1) {
                                          ^