Hi David, src/solaris/native/sun/awt/awt.h
113 #if !defined(HEADLESS) && defined(XAWT) 114 extern Display *awt_display; /* awt_GraphicsEnv.c */
You forgot to update this XAWT usage. Otherwise the fix looks fine. -- best regards, Anthony On 5/13/2014 8:30 PM, David DeHaven wrote:
New version of the patch uploaded: http://cr.openjdk.java.net/~ddehaven/8003900/jdk.1/ I just changed XAWT to !MACOSX Would one of you mind pushing this for me once accepted? -DrD-