Please review this change that alters the make target “make-static-libs” to produce static libraries for ALL native libraries in the JDK. Prior to this fix we only built a small select list.
Note: I had to change the functions JAWT_GetAWT for all platforms to match the prototype which used _JNI_IMPORT_OR_EXPORT_ in order to avoid compilation failures due to mismatch of types. RFE: https://bugs.openjdk.java.net/browse/JDK-8245832 WEBREV: http://cr.openjdk.java.net/~bobv/8245832/webrev.00 Bob.