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

Lambda instrumentation strategy changes approach in Java 17 #1066

Closed
raphw opened this issue Jun 10, 2021 · 1 comment
Closed

Lambda instrumentation strategy changes approach in Java 17 #1066

raphw opened this issue Jun 10, 2021 · 1 comment
Assignees
Milestone

Comments

@raphw
Copy link
Owner

raphw commented Jun 10, 2021

Unsafe::defineAnonymousClass is removed in Java 17 and must be replaced by using the supplied MethodHandles.Lookup. This needs to be dispatched for Java 17 and later only.

@raphw
Copy link
Owner Author

raphw commented Nov 5, 2021

Fixed.

@raphw raphw closed this as completed Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant