RFR: 8282191: Implementation of Foreign Function & Memory API (Preview) [v3]
Erik Joelsson
erikj at openjdk.java.net
Tue Mar 22 16:58:35 UTC 2022
On Tue, 22 Mar 2022 14:04:07 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> This PR contains the API and implementation changes for JEP-424 [1]. A more detailed description of such changes, to avoid repetitions during the review process, is included as a separate comment.
>>
>> [1] - https://openjdk.java.net/jeps/424
>
> Maurizio Cimadamore has updated the pull request incrementally with three additional commits since the last revision:
>
> - rename syslookup lib on Windows
> - Add missing LIBS flag
> - Simplify syslookup build changes
make/modules/java.base/Lib.gmk line 217:
> 215: LDFLAGS_linux := -Wl$(COMMA)--no-as-needed, \
> 216: LIBS := $(LIBCXX), \
> 217: LIBS_linux := -lc -lm -ldl, \
This looks much better, thanks! Now if you could just fix the indentation of the parameters to 4 spaces, it would be perfect.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7888
More information about the security-dev
mailing list