jtreg test test java/lang/ClassLoader/nativeLibrary/NativeLibraryTest.java
Siebenborn, Axel
axel.siebenborn at sap.com
Tue Apr 10 11:24:07 UTC 2018
Hi,
I had a look on the test java/lang/ClassLoader/nativeLibrary/NativeLibraryTest.java
This test fails, because a loaded native library is not removed by the GC.
The native library should be unloaded by dlclose, but this is a noop in musl
(https://wiki.musl-libc.org/functional-differences-from-glibc.html)
Any idea, how this should be handled?
Should this test be skipped for musl?
Regards,
Axel
More information about the portola-dev
mailing list