Re: RFR: 8282608: RawNativeLibraryImpl can't be passed to NativeLibraries::findEntry0 [v2]

2022-03-03 Thread David Holmes
On Thu, 3 Mar 2022 23:29:31 GMT, Mandy Chung wrote: >> This fixes a bug in JDK-8282515 that `NativeLibraries::findEntry0` reads the >> handle from the given native library instance with the field ID for >> `NativeLibraryImpl::handle` which is wrong for `RawNativeLibraryImpl`. The >>

Re: RFR: 8282608: RawNativeLibraryImpl can't be passed to NativeLibraries::findEntry0 [v2]

2022-03-03 Thread Mandy Chung
> This fixes a bug in JDK-8282515 that `NativeLibraries::findEntry0` reads the > handle from the given native library instance with the field ID for > `NativeLibraryImpl::handle` which is wrong for `RawNativeLibraryImpl`. The > `NativeLibraries::findEntry0` now takes the handle of the library