[foreign-memaccess+abi] Integrated: 8268169: The system lookup can not find stdio functions such as printf on Windows 10
Jorn Vernee
jvernee at openjdk.java.net
Fri Jun 4 18:39:30 UTC 2021
On Thu, 3 Jun 2021 12:50:13 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
This pull request has now been integrated.
Changeset: fc80193f
Author: Jorn Vernee <jvernee at openjdk.org>
URL: https://git.openjdk.java.net/panama-foreign/commit/fc80193ffc6c6dbeab8ef7e98da19e47b4616af8
Stats: 274 lines in 5 files changed: 204 ins; 58 del; 12 mod
8268169: The system lookup can not find stdio functions such as printf on Windows 10
Reviewed-by: mcimadamore
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/547
More information about the panama-dev
mailing list