Changeset: f9070263
Author:Johan Vos
Date: 2020-01-09 07:16:52 +
URL: https://git.openjdk.java.net/jfx/commit/f9070263
8236808: javafx_iio can not be used in static environment
Reviewed-by: kcr
! modules/javafx.graphics/src/main/native-iio/jpegloader.c
On Wed, 8 Jan 2020 19:14:29 GMT, Johan Vos 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 patter
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
-
Commits:
- 54c14bb8: T