On Wed, 23 Apr 2025 01:11:24 GMT, Jaikiran Pai wrote:
>>> Hello Jiangli, can you add a few more details to the linked JBS issue? If I
>>> understand this change correctly, then what's being proposed in this PR
>>> seems to indicate that the `jdk.internal.loader.RawNativeLibraries` is
>>> unabl
On Tue, 22 Apr 2025 20:36:12 GMT, Jiangli Zhou wrote:
> I also added command line examples for building static-jdk and the current
> method for running jtreg tests on static-jdk.
Thank you, that will help me in future.
-
PR Comment: https://git.openjdk.org/jdk/pull/24704#issuecomm
On Wed, 16 Apr 2025 23:41:40 GMT, Jiangli Zhou wrote:
> Please review this simple test change that skips the test case loading using
> JDK `libzip.so` on static JDK in
> test/jdk/jdk/internal/loader/NativeLibraries/Main.java. AFAICT, the test case
> using `NativeLibrariesTest.LIB_NAME` (`libna
On Tue, 22 Apr 2025 07:37:45 GMT, Jaikiran Pai wrote:
> Hello Jiangli, can you add a few more details to the linked JBS issue? If I
> understand this change correctly, then what's being proposed in this PR seems
> to indicate that the `jdk.internal.loader.RawNativeLibraries` is unable to
> loa
On Wed, 16 Apr 2025 23:41:40 GMT, Jiangli Zhou wrote:
> Please review this simple test change that skips the test case loading using
> JDK `libzip.so` on static JDK in
> test/jdk/jdk/internal/loader/NativeLibraries/Main.java. AFAICT, the test case
> using `NativeLibrariesTest.LIB_NAME` (`libna
On Sun, 20 Apr 2025 03:42:32 GMT, SendaoYan wrote:
>> Please review this simple test change that skips the test case loading using
>> JDK `libzip.so` on static JDK in
>> test/jdk/jdk/internal/loader/NativeLibraries/Main.java. AFAICT, the test
>> case using `NativeLibrariesTest.LIB_NAME` (`libn
On Wed, 16 Apr 2025 23:41:40 GMT, Jiangli Zhou wrote:
> Please review this simple test change that skips the test case loading using
> JDK `libzip.so` on static JDK in
> test/jdk/jdk/internal/loader/NativeLibraries/Main.java. AFAICT, the test case
> using `NativeLibrariesTest.LIB_NAME` (`libna
Please review this simple test change that skips the test case loading using
JDK `libzip.so` on static JDK in
test/jdk/jdk/internal/loader/NativeLibraries/Main.java. AFAICT, the test case
using `NativeLibrariesTest.LIB_NAME` (`libnativeLibrariesTest.so`) can provide
coverage on static JDK.
Tha