RFR: 8319516: AIX System::loadLibrary needs support to load a shared library from an archive object [v22]

Jaikiran Pai jpai at openjdk.org
Mon Apr 15 13:05:47 UTC 2024


On Mon, 15 Apr 2024 12:46:01 GMT, Suchismith Roy <sroy at openjdk.org> wrote:

> Thanks. I tried with a different shared object.

If you undo the changes that are being proposed in this PR in the `src/java.base/aix/classes/jdk/internal/loader/ClassLoaderHelper.java` class (only undo that class changes), then rebuild the JDK and rerun this newly introduced test, what exception/failure do you see in the test? Don't push the changes, it's merely an exercise to ascertain that the test you are introducing will indeed verify the changes that you have done to support loading library from an archive object through System.loadLibrary().

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

PR Comment: https://git.openjdk.org/jdk/pull/17945#issuecomment-2056799554


More information about the core-libs-dev mailing list