Skip to content
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

Handle some basic cases of INVOKEDYNAMIC in call graph construction #231

Open
johannesduesing opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@johannesduesing
Copy link
Collaborator

As discussed in #229, we might want to handle some cases of INVOKEDYNAMIC in CG construction when we load class files without rewriting them. In that specific instance, a call to a lambda-instance of Runnable was not found because it was instantiated via a dynamic invocation.

Find out how this would be possible, and what kinds of cases we may want to handle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant