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

Jonathan Dowland jdowland at openjdk.org
Wed Sep 7 18:52:24 UTC 2022


On Tue, 2 Aug 2022 10:12:51 GMT, Jonathan Dowland <jdowland at openjdk.org> wrote:

> This pull request contains a backport of commit [fe807217](https://github.com/openjdk/jdk/commit/fe807217a79753f84c00432e7451c17baa6645c5) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
> 
> The commit being backported was authored by Yoshiki Sato on 15 Jun 2022 and was reviewed by Mandy Chung.
> 
> I wish to backport it for Oracle parity.
> 
> It does not apply cleanly due to a renamed file in jdk master subsequent to 11u:
> 
>     src/java.base/macosx/classes/{java/lang => jdk/internal/loader}/ClassLoaderHelper.java
> 
> Manual testing results forthcoming; I'll add them as a comment on this PR.

This pull request has now been integrated.

Changeset: 9767c4cc
Author:    Jonathan Dowland <jdowland at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/9767c4ccd8d4439ddf8b4b80338c1990fc76c476
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: clanger
Backport-of: fe807217a79753f84c00432e7451c17baa6645c5

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

PR: https://git.openjdk.org/jdk11u-dev/pull/1298


More information about the jdk-updates-dev mailing list