RFR: 8319516: AIX System::loadLibrary needs support to load a shared library from an archive object [v25]
Martin Doerr
mdoerr at openjdk.org
Mon Apr 15 18:38:06 UTC 2024
On Mon, 15 Apr 2024 16:07:14 GMT, Suchismith Roy <sroy at openjdk.org> wrote:
>> test/jdk/java/lang/RuntimeTests/loadLibrary/aix/LoadAIXLibraryFromArchiveObject.java line 71:
>>
>>> 69: }
>>> 70: }
>>> 71: }
>>
>> I think files typically have a newline at the end.
>
> In ClassLoader i didnt see it. Put newline at end for both files now
Now, you have an empty line. I only requested a newline after the last non-empty line. But, ok. (It was shown by a red '-' by GitHub.)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17945#discussion_r1566271248
More information about the core-libs-dev
mailing list