Integrated: 8319516: AIX System::loadLibrary needs support to load a shared library from an archive object
Suchismith Roy
sroy at openjdk.org
Wed Apr 17 17:06:08 UTC 2024
On Wed, 21 Feb 2024 11:32:41 GMT, Suchismith Roy <sroy at openjdk.org> wrote:
> Allow support for both .a and .so files in AIX.
> If .so file is not found, allow fallback to .a extension.
> JBS Issue: [JDK-8319516](https://bugs.openjdk.org/browse/JDK-8319516)
This pull request has now been integrated.
Changeset: 4895a15a
Author: Suchismith Roy <sroy at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/4895a15a779fab70290b4df3b464d79a14937e28
Stats: 149 lines in 2 files changed: 149 ins; 0 del; 0 mod
8319516: AIX System::loadLibrary needs support to load a shared library from an archive object
Reviewed-by: mdoerr, mchung
-------------
PR: https://git.openjdk.org/jdk/pull/17945
More information about the core-libs-dev
mailing list