[jdk11u-dev] RFR: 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
Fri Sep 2 10:12:39 UTC 2022
On Wed, 31 Aug 2022 19:40:04 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.
>
> Ping comment
>
> This requires a review. It has been some time since I did it, so I'll check it's still clean Tomorrow.
> Hi @jmtd, sorry, we kind of overlooked this obviously. As Oracle has backported this to 11.0.17, would you mind rebasing this PR to [jdk11u](https://github.com/openjdk/jdk11u)? I can then review, test & approve it. Thanks!
Sure, I'm happy to do that. It will mean opening a new PR since it's a different GitHub repository. That's not a problem.
Before I do that I must first resolve a testing issue locally. The test is being skipped on my machine due to "Test skipped. Library BLAS not found"; with both jdk11u and jdk11u-dev, pre and post this patch. I'll figure that out first.
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/1298
More information about the jdk-updates-dev
mailing list