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

WIP: Synthetic LambdaMetaFactory implementation to handle invokeDynamic #1056

Closed
wants to merge 13 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/generated/singletons/soot/Singletons.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/* THIS FILE IS AUTOMATICALLY GENERATED FROM soot/singletons.xml DO NOT EDIT! */

/** A class to group together all the global variables in Soot. */
@javax.annotation.Generated(value = "Saxonica v3.0", date = "2018-08-13T11:22:21.975+02:00", comments = "from singletons.xml")
@javax.annotation.Generated(value = "Saxonica v3.0", date = "2018-10-31T13:12:15.434+01:00", comments = "from singletons.xml")
public class Singletons {

public final class Global {
Expand Down
Loading