[foreign-jextract] RFR: 8240300: jextract produces non compilable code with repeated declarations

Maurizio Cimadamore mcimadamore at openjdk.java.net
Mon Mar 2 18:43:26 UTC 2020


On Mon, 2 Mar 2020 18:03:42 GMT, Athijegannathan Sundararajan <sundar at openjdk.org> wrote:

> Filtering repeated global variables and functions in code generator (added necessary hashCode, equals for decls, types)

Looks good - thanks for adding equals/hashcode to types and declaration. I guess we should add them to the top interfaces as well (so that we can document that these things can be compared with equals()) ?

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

Marked as reviewed by mcimadamore (Committer).

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


More information about the panama-dev mailing list