RFR: JDK-8320005 : Allow loading of shared objects with .a extension on AIX [v13]

Thomas Stuefe stuefe at openjdk.org
Thu Feb 1 10:34:05 UTC 2024


On Wed, 31 Jan 2024 13:17:21 GMT, Suchismith Roy <sroy at openjdk.org> wrote:

>> J2SE agent does not start and throws error when it tries to find the shared library ibm_16_am.
>> After searching for ibm_16_am.so ,the jvm agent throws and error as dll_load fails.It fails to identify the shared library ibm_16_am.a shared archive file on AIX.
>> Hence we are providing a function which will additionally search for .a file on AIX ,when the search for .so file fails.
>
> Suchismith Roy has updated the pull request incrementally with one additional commit since the last revision:
> 
>   spelling

I'm busy with FOSDEM this week and probably next. Will look at this end of next week or the week after.

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

PR Comment: https://git.openjdk.org/jdk/pull/16604#issuecomment-1921004805


More information about the serviceability-dev mailing list