Re: RFR: 8282515: More clean up on NativeLibraries just for JNI library use

2022-03-02 Thread Mandy Chung
On Wed, 2 Mar 2022 17:04:01 GMT, Mandy Chung 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

Re: RFR: 8282515: More clean up on NativeLibraries just for JNI library use [v2]

2022-03-02 Thread Mandy Chung
> 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

Re: RFR: 8282515: More clean up on NativeLibraries just for JNI library use

2022-03-02 Thread Maurizio Cimadamore
On Wed, 2 Mar 2022 17:04:01 GMT, Mandy Chung 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

RFR: 8282515: More clean up on NativeLibraries just for JNI library use

2022-03-02 Thread Mandy Chung
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