[foreign-memaccess+abi] RFR: 8268169: The system lookup can not find stdio functions such as printf on Windows 10 [v2]
Maurizio Cimadamore
mcimadamore at openjdk.java.net
Fri Jun 4 14:20:16 UTC 2021
On Thu, 3 Jun 2021 17:36:21 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
>> Hi,
>>
>> This patch adds a way to look up stdio functions such as printf on Windows 10 through the system lookup. A fallback library is used which forces the generation of these inline functions, and exposes them through a table of function pointers.
>>
>> Thanks,
>> Jorn
>
> Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
>
> Address review comments:
> - add missing newline at end of file
> - switch to valueOf instead of a static map
Marked as reviewed by mcimadamore (Committer).
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/547
More information about the panama-dev
mailing list