Integrated: 8340467: [mobile] duplicate symbols in libprefs.a on iOS
Johan Vos
jvos at openjdk.org
Fri Sep 20 10:05:47 UTC 2024
On Thu, 19 Sep 2024 19:18:54 GMT, Johan Vos <jvos at openjdk.org> wrote:
> Using both the unix native code and the mac native code results in 2 JNI_OnLoad functions in the native prefs library.
> Don't use unix code when creating native lib for java.prefs on ios. We should only use the macos code.
This pull request has now been integrated.
Changeset: da2caa07
Author: Johan Vos <jvos at openjdk.org>
URL: https://git.openjdk.org/mobile/commit/da2caa075bb51229001251dbab054fba46b9fac2
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8340467: [mobile] duplicate symbols in libprefs.a on iOS
Reviewed-by: dholmes, jpereda
-------------
PR: https://git.openjdk.org/mobile/pull/29
More information about the mobile-dev
mailing list