-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Fix/invoke dynamics #666
Fix/invoke dynamics #666
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #666 +/- ##
=============================================
+ Coverage 64.90% 65.31% +0.40%
- Complexity 3368 3406 +38
=============================================
Files 313 313
Lines 14960 14974 +14
Branches 2525 2525
=============================================
+ Hits 9710 9780 +70
+ Misses 4351 4304 -47
+ Partials 899 890 -9
☔ View full report in Codecov by Sentry. |
…arser to the new changes
...de/src/test/java/sootup/java/bytecode/minimaltestsuite/java8/MethodAcceptingLamExprTest.java
Show resolved
Hide resolved
Hi folks, I've been running some tests on my end with this patch and I wanted to note I still see some issues with indys.
issues the following error:
Printing the stack trace
I haven't had a chance to do much digging to see if this is still somehow related to the operand stack but I thought I would bring it up. Thanks! |
I have investigated Test: SwitchExprWithYieldTest of java.bytecode. this line is probably the issue: But couldnt find the time to further investigate this, today. |
…- instruction is still performed
…e for SootUp. SootUp does not model lambda expressions as static method calls.
@SoniaZaldana does the current state of this PR fix the indy problems in your project? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 seems reasonable and fixes the submitted failing example input
fixes the stack problem in the convertion of invokedynamics