You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Eric Milles (Jira)" <ji...@apache.org> on 2022/05/21 19:37:00 UTC

[jira] (GROOVY-9853) ClassFormatError using method reference on interface target

    [ https://issues.apache.org/jira/browse/GROOVY-9853 ]


    Eric Milles deleted comment on GROOVY-9853:
    -------------------------------------

was (Author: emilles):
Looks like the second argument for metafactory is null instead of {{java/lang/CharSequence.length\:()I}}

> ClassFormatError using method reference on interface target
> -----------------------------------------------------------
>
>                 Key: GROOVY-9853
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9853
>             Project: Groovy
>          Issue Type: Bug
>    Affects Versions: 3.0.7, 4.0.2
>            Reporter: Christopher Smith
>            Assignee: Eric Milles
>            Priority: Major
>             Fix For: 5.0.0-alpha-1
>
>
> After upgrading to 3.0.7, using {{interfaceField::method}} is resulting in bytecode output containing an InterfaceMethodref that looks as expected. When running it in the Eclipse JUnit runner, however (which I think is unimportant), I'm getting a loading error from the JVM:
> {code}
> Caused by: java.lang.ClassFormatError: Invalid constant pool index 130 in class file com/example/sendgrid/SendgridMailSender (not a method)
> {code}
> where the offending constant is
> {code}
>   #130 = InterfaceMethodref #126.#129     // com/sendgrid/SendGridAPI.api:(Lcom/sendgrid/Request;)Lcom/sendgrid/Response;
> {code}
> from the 4.6.8 SendGrid SDK.
> Compiling with 3.0.6 seems to work. Replacing {{::}} with {{.&}} seems to work.
> The JVM is 11.0.9-hs-adpt.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)