Integrated: 8282515: More clean up on NativeLibraries just for JNI library use
Mandy Chung
mchung at openjdk.java.net
Thu Mar 3 01:54:08 UTC 2022
On Wed, 2 Mar 2022 17:04:01 GMT, Mandy Chung <mchung at openjdk.org> wrote:
> This patch further cleans up NativeLibraries just for JNI library use. RawNativeLibraries implements its own native load and unload methods. In addition, this also fixes the implementation of `RawNativeLibraries::load` not to throw UnsatisfiedLinkError if a library cannot be loaded for any reason but instead returns null.
This pull request has now been integrated.
Changeset: 02aa7cef
Author: Mandy Chung <mchung at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/02aa7cef0a9b9de1ee9a136c5641b498c0c3e5cc
Stats: 276 lines in 6 files changed: 176 ins; 28 del; 72 mod
8282515: More clean up on NativeLibraries just for JNI library use
Reviewed-by: mcimadamore
-------------
PR: https://git.openjdk.java.net/jdk/pull/7661
More information about the core-libs-dev
mailing list