--- old/src/share/native/java/lang/java_props.h 2013-10-23 20:43:15.000000000 -0700 +++ new/src/share/native/java/lang/java_props.h 2013-10-23 20:43:14.000000000 -0700 @@ -77,7 +77,6 @@ char *printerJob; char *graphics_env; char *awt_toolkit; - char *awt_headless; /* java.awt.headless setting, if NULL (default) will not be set */ char *unicode_encoding; /* The default endianness of unicode i.e. UnicodeBig or UnicodeLittle */ @@ -117,6 +116,8 @@ char *gopherPort; char *exceptionList; + + char *awt_headless /* java.awt.headless setting, if NULL (default) will not be set */ #endif } java_props_t;