[foreign-memaccess+abi] RFR: 8266911: On Windows the system lookup should load ucrtbase if possible

Maurizio Cimadamore mcimadamore at openjdk.java.net
Tue May 11 17:17:26 UTC 2021


On Tue, 11 May 2021 17:02:32 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

> The current system lookup on Windows is always backed by msvcrt.dll, but since Windows 10 the core runtime is located in ucrtbase.dll (though the legacy msvcrt.dll is still available).
> 
> We should try to load ucrtbase first if it's available, as it's more up to date.

Very good

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

Marked as reviewed by mcimadamore (Committer).

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


More information about the panama-dev mailing list