RFR: 7903190: jextract runtime helper issues

Maurizio Cimadamore mcimadamore at openjdk.java.net
Mon May 16 14:17:05 UTC 2022


On Mon, 16 May 2022 14:01:17 GMT, Athijegannathan Sundararajan <sundar at openjdk.org> wrote:

> * using varargs flag during jextract time rather than at runtime
> * avoiding redundant null checks in generated code
> * avoiding String to MethodType conversion in RuntimeHelper.upcallStub method

src/main/java/org/openjdk/jextract/impl/ConstantBuilder.java line 143:

> 141:         }
> 142: 
> 143:         String className() {

Who uses these?

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

PR: https://git.openjdk.java.net/jextract/pull/33


More information about the jextract-dev mailing list