[foreign] RFR 8221471: jextract source genarator generates non-compilable classes with naming clashes
Sundararajan Athijegannathan
sundararajan.athijegannathan at oracle.com
Tue Apr 9 15:55:42 UTC 2019
Please review.
Bug: https://bugs.openjdk.java.net/browse/JDK-8221471
Webrev: https://cr.openjdk.java.net/~sundar/8221471/webrev.02/index.html
Current naming scheme: Header interfaces are named as "foo". Static
forwarder class is named as "foo_h"
New naming scheme: Header interfaces are named as "foo_h". Static
forwarder class is named as "foo_lib"
Thanks,
-Sundar
More information about the panama-dev
mailing list