RFR: 8340467: [mobile] duplicate symbols in libprefs.a on iOS
David Holmes
dholmes at openjdk.org
Fri Sep 20 00:51:43 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.
Seems reasonable. You may want to update the comment too.
-------------
Marked as reviewed by dholmes (Reviewer).
PR Review: https://git.openjdk.org/mobile/pull/29#pullrequestreview-2317000924
More information about the mobile-dev
mailing list