RFR: 8245832 - JDK build make-static-libs should build all JDK libraries

Bob Vandette bob.vandette at oracle.com
Fri May 29 17:07:53 UTC 2020


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.




More information about the build-dev mailing list