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

Use top self for evalScriptlet, since no frame yet #7824

Merged
merged 2 commits into from May 31, 2023

Conversation

headius
Copy link
Member

@headius headius commented May 31, 2023

No frame has been pushed yet for the script to run in, so we have no frame self to acquire. Use top self and let the script push a frame as needed.

Fixes #7820.

This may need to be backported to 9.3.

No frame has been pushed yet for the script to run in, so we have
no frame self to acquire. Use top self and let the script push a
frame as needed.
@headius headius merged commit e3a3df5 into jruby:master May 31, 2023
42 of 49 checks passed
@headius headius deleted the eval_scriptlet_with_top_self branch May 31, 2023 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accessing Encoding from java code is broken on new thread
1 participant