Skip to content

Error: java.lang.reflect.InvocationTargetException in .class files #55

Closed
@shannah

Description

@shannah

After converting some .class files with retrolambda, the resulting .class files seem to have some problems. If I run javap -verbose OutputClass.class I see the following type of output at the end of some (but not all) method definitions.

Error: java.lang.reflect.InvocationTargetException
        StackMap: length = 0x3
         00 01 0F 

I can't seem to identify anything special about the methods where this is happening. Any idea what would cause this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions