RFR: 8236808: javafx_iio can not be used in static environment
Kevin Rushforth
kcr at openjdk.java.net
Thu Jan 9 02:54:14 UTC 2020
On Wed, 8 Jan 2020 19:14:29 GMT, Johan Vos <jvos at openjdk.org> wrote:
> The static JNI_OnLoad naming should be used whenever we are building a static lib (not only for iOS).
> We now have the STATIC_BUILD property to determine if we are making a
> static build, so we no longer need to check on ios specific patterns.
>
> Fix JDK-8236808
-------------
Marked as reviewed by kcr (Lead).
PR: https://git.openjdk.java.net/jfx/pull/81
More information about the openjfx-dev
mailing list