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

[GR-51273] Implement stable names for arbitrary method handles #8395

Merged

Conversation

graalvmbot
Copy link
Collaborator

Native Image already uses a stable name for direct method handles.

This PR extends this feature to arbitrary method handles. The idea is to recursively hash the lambda forms of the method handles that compose the initial method handle and combine them into one. The recursion stops when a direct method handle is encountered.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 18, 2024
@graalvmbot graalvmbot closed this Feb 20, 2024
@graalvmbot graalvmbot merged commit faed6f5 into master Feb 20, 2024
12 checks passed
@graalvmbot graalvmbot deleted the scoppey/GR-51273/arbitrary-method-handle-stable-name branch February 20, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants