[foreign-abi] RFR: 8256466: MemoryLayout factories do not guard against null layouts

Maurizio Cimadamore mcimadamore at openjdk.java.net
Fri Nov 20 19:26:26 UTC 2020


On Fri, 20 Nov 2020 18:49:17 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

> This patch fixes the remaining issues with NPE in javadoc and implementation in the foreign-abi branch. For testing only few extra lines in the harness were required, the most difficult part being the VaList/Builder stuff (since these are scopd abstractions which can only be used in a certain way).

I've fixed FunctionDescriptor now. I had to fix some javadoc and insert few checks.

-------------

PR: https://git.openjdk.java.net/panama-foreign/pull/399


More information about the panama-dev mailing list