[jdk15u-dev] RFR: 8275703: System.loadLibrary fails on Big Sur for libraries hidden from filesystem
Vladimir Kempik
vkempik at openjdk.org
Thu Jun 16 21:47:56 UTC 2022
On Mon, 13 Jun 2022 14:38:51 GMT, Olga Mikhaltsova <omikhaltcova at openjdk.org> wrote:
> I'd like to backport JDK-8275703 to jdk15u in order to fix the same issue.
> The patch applies almost cleanly except NativeLibraries.java due to the copyright year and the import section differences.
> The issue was reproduced and verified locally on macOS Monterey 12.0.1 according to the guideline described in the bug. After applying this patch the issue was eliminated.
> Tested with tier1 (macOS x64, Linux x64, Windows x64).
lgtm
so, this is to load libraries which are not present on disk but present in dyld cache, right ?
-------------
Marked as reviewed by vkempik (Reviewer).
PR: https://git.openjdk.org/jdk15u-dev/pull/222
More information about the jdk-updates-dev
mailing list