AWT Dev hg: jdk8/awt/jdk: 7115400: jdk 8 awt-gate build fails in headless toolkit on solaris.

2011-12-05 Thread sergey . bylokhov
Changeset: 79b5c5a8c7e9
Author:serb
Date:  2011-12-05 17:11 +0400
URL:   http://hg.openjdk.java.net/jdk8/awt/jdk/rev/79b5c5a8c7e9

7115400: jdk 8 awt-gate build fails in headless  toolkit on solaris.
Reviewed-by: prr, art, bae

! make/sun/awt/FILES_c_unix.gmk
+ src/solaris/native/sun/awt/HeadlessToolkit.c
! src/solaris/native/sun/java2d/x11/X11SurfaceData.h



AWT Dev [8] Review request for 7117008: warning cleanup in sun.awt

2011-12-05 Thread Artem Ananiev

Hi, AWT team,

here is a fix for 7117008, which is about javac warning cleanup in the 
sun.awt package:


http://cr.openjdk.java.net/~art/jdk8/7117008/

As a part of this fix, I'm deleting several classes, which haven't been 
changed since 1995. They are not referenced anywhere in the JDK 
workspace, and they are not public API, so I consider them safe to 
remove. Please, let me know if you feel these files should stay in the 
workspace.


Thanks,

Artem