RFR: 7903190: jextract runtime helper issues

Athijegannathan Sundararajan sundar at openjdk.java.net
Mon May 16 14:27:13 UTC 2022


On Mon, 16 May 2022 14:13:34 GMT, Maurizio Cimadamore <mcimadamore 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?

just added all getters for uniformity..

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

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


More information about the jextract-dev mailing list