Integrated: 8287917: System.loadLibrary does not work on Big Sur if JDK is built with macOS SDK 10.15 and earlier

Yoshiki Sato ysatowse at openjdk.java.net
Wed Jun 15 00:16:40 UTC 2022


On Wed, 8 Jun 2022 04:59:07 GMT, Yoshiki Sato <ysatowse at openjdk.org> wrote:

> Please review this PR.
> SDK 10.15 and earlier reports os.version as 10.16 on Big Sur.  This fix will check if dynamic linker support, which is supported from Big Sur, is available or not on the OS even if os.version is reported as 10.16 instead of 11.  The os.version 10.16 doesn't include the update version like y of 10.x.y.  Hence the change only see if it is 10.16 or not.

This pull request has now been integrated.

Changeset: fe807217
Author:    Yoshiki Sato <ysatowse at openjdk.org>
Committer: Mandy Chung <mchung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fe807217a79753f84c00432e7451c17baa6645c5
Stats:     6 lines in 2 files changed: 3 ins; 0 del; 3 mod

8287917: System.loadLibrary does not work on Big Sur if JDK is built with macOS SDK 10.15 and earlier

Reviewed-by: mchung

-------------

PR: https://git.openjdk.org/jdk/pull/9077


More information about the core-libs-dev mailing list