RFR: JDK-7181710: [macosx] jawt_md.h shipped with jdk is outdated

David DeHaven david.dehaven at oracle.com
Wed Jun 5 09:52:32 PDT 2013


Proposed fix for getting the correct jawt_md.h header in the JDK. I reused the XAWT flag to enable the X11 drawing surface struct. It is disabled by default as just about every application running on Mac will use the Cocoa interface. Apparently the X11 interface is still operable on Mac and it's used for verification, so I don't want to completely remove it just yet. I also changed several #include statements to use the JDK headers instead of the deprecated JavaVM framework headers.

Since I'm not a jdk7u-dev committer, Anthony Petrov has graciously agreed to sponsor this patch. I will be kicking off a JPRT run when I can steal another couple minutes, and figure out the magic incantations needed to include the AWT tests.


Webrev:
http://cr.openjdk.java.net/~ddehaven/7181710/jdk.0/

Issue:
http://bugs.sun.com/view_bug.do?bug_id=7181710

-DrD-




More information about the jdk7u-dev mailing list