RFR: JDK-8319516 - Native library suffix impact on the library loading in AIX- Java Class Loader [v8]
Suchismith Roy
sroy at openjdk.org
Wed Apr 3 07:38:10 UTC 2024
On Tue, 2 Apr 2024 08:36:15 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
> test/jdk/java/lang/RuntimeTests/loadLibrary
I see. Thank you. Got to check some test cases files and how they are structured.
For this case, i feel the use case would be to have a pure .a file. Usually there is not such pure .a files that comes packaged with the OS. They are provided by some applications. So i am not sure how i can make the tests consistent for such cases.
Do you have any suggestions here ? We are anyways passing it down to the hotspot code , which is taking care of it.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17945#issuecomment-2033773591
More information about the core-libs-dev
mailing list