[foreign-memaccess+abi] RFR: 8268169: The system lookup can not find stdio functions such as printf on Windows 10 [v2]
Jorn Vernee
jvernee at openjdk.java.net
Thu Jun 3 17:36:21 UTC 2021
> 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
-------------
Changes:
- all: https://git.openjdk.java.net/panama-foreign/pull/547/files
- new: https://git.openjdk.java.net/panama-foreign/pull/547/files/d6d896a8..daa560e7
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=panama-foreign&pr=547&range=01
- incr: https://webrevs.openjdk.java.net/?repo=panama-foreign&pr=547&range=00-01
Stats: 10 lines in 2 files changed: 0 ins; 3 del; 7 mod
Patch: https://git.openjdk.java.net/panama-foreign/pull/547.diff
Fetch: git fetch https://git.openjdk.java.net/panama-foreign pull/547/head:pull/547
PR: https://git.openjdk.java.net/panama-foreign/pull/547
More information about the panama-dev
mailing list