JDK-8025652 : [macos] build failed
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-09-30
  • Updated: 2013-11-18
  • Resolved: 2013-09-30
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 8
8 b112Fixed
Related Reports
Relates :  
Description
/Users/petrpchelko/jdk/awt/jdk/src/share/classes/sun/java2d/SunGraphicsEnvironment.java:170: error: cannot find symbol
            throw new AWTError("no screen devices");
                      ^
  symbol:   class AWTError
  location: class SunGraphicsEnvironment
/Users/petrpchelko/jdk/awt/jdk/src/solaris/classes/sun/awt/X11GraphicsEnvironment.java:205: error: cannot find symbol
            throw new AWTError("no screen devices");
                      ^
  symbol:   class AWTError
  location: class X11GraphicsEnvironment
Comments
The import statement missed.
30-09-2013