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

Replacing createCallTarget with a getter on RootNode #3474

Closed
wants to merge 8 commits into from

Conversation

JaroslavTulach
Copy link
Member

@JaroslavTulach JaroslavTulach commented May 24, 2022

[ci no changelog needed]

Pull Request Description

Future versions of GraalVM (since 22.0) have deprecated Truffle.getRuntime().createCallTarget and suggest to use RootNode.getCallTarget() instead. This PR switches to the newly recommended form.

Checklist

Please include the following checklist in your PR:

  • [ x ] All code conforms to the Scala,Java,
  • All code has been tested:
    • [ x ] All existing unit tests continue to pass.

@JaroslavTulach JaroslavTulach added the CI: Ready to merge This PR is eligible for automatic merge label May 24, 2022
@JaroslavTulach
Copy link
Member Author

This PR can only be integrated after switch to GraalVM 22.0+

@JaroslavTulach JaroslavTulach deleted the wip/jtulach/RootNodeGetCallTarget branch April 11, 2023 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: Ready to merge This PR is eligible for automatic merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants