-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: java.lang.reflect.InvocationTargetException in .class files #55
Comments
Please give a complete example for reproducing this. |
Here is a more complete test to demonstrate the issue. |
Thanks. This seems to be something like Retrolambda generating stack map frames even though the target bytecode is Java 5, which doesn't have them. |
Thanks for looking at this. Is there an easy way to strip these out? They are making some other tools choke on the .class files later on down the line. |
I made a fix for it. I'll release it later today. |
This has been fixed in Retrolambda 2.0.3 |
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.I can't seem to identify anything special about the methods where this is happening. Any idea what would cause this?
The text was updated successfully, but these errors were encountered: