[foreign-memaccess+abi] RFR: 8265222: revisit foreign library loading

Athijegannathan Sundararajan sundar at openjdk.java.net
Thu May 6 11:00:10 UTC 2021


On Wed, 5 May 2021 17:06:25 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

>> src/java.base/windows/native/libjava/jni_util_md.c line 44:
>> 
>>> 42:  * default library behaviour.
>>> 43:  */
>>> 44: void* findEntryInProcess(const char* name) {
>> 
>> I think removing this also allows the removal of `#include <psapi.h>` from the includes. I'll give it a try here as well.
>
> Confirmed, removing the include is safe.

Thanks. Will remove that include.

-------------

PR: https://git.openjdk.java.net/panama-foreign/pull/526


More information about the panama-dev mailing list