[foreign-memaccess+abi] Integrated: 8266911: On Windows the system lookup should load ucrtbase if possible
Jorn Vernee
jvernee at openjdk.java.net
Tue May 11 17:24:23 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.
This pull request has now been integrated.
Changeset: f7874145
Author: Jorn Vernee <jvernee at openjdk.org>
URL: https://git.openjdk.java.net/panama-foreign/commit/f7874145711b52f8c86183db8109a9ae62ab881c
Stats: 116 lines in 3 files changed: 114 ins; 0 del; 2 mod
8266911: On Windows the system lookup should load ucrtbase if possible
Reviewed-by: mcimadamore
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/534
More information about the panama-dev
mailing list