[foreign-jextract] RFR: 8248710: jextract should not generate Cstring, Cpointer, Cint C-X utility classes [v3]

Maurizio Cimadamore mcimadamore at openjdk.java.net
Fri Jul 3 12:07:29 UTC 2020


On Fri, 3 Jul 2020 11:11:27 GMT, Athijegannathan Sundararajan <sundar at openjdk.org> wrote:

>> Cstring, Cpointer, C-X* classes are not generated anymore. Updated tests, samples for the same. Samples updated for
>> stability issues with foreign-abi crashes as well.
>
> Athijegannathan Sundararajan has updated the pull request incrementally with one additional commit since the last
> revision:
>   removed allocatePointer helper to simplify the test and the sample code.

Nitpick:
 MemoryAccess.setAddress(dbPtrPtr, 0, NULL);
This seems unnecessary. No need for another review

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

Marked as reviewed by mcimadamore (Committer).

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


More information about the panama-dev mailing list