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

TOPLEVEL_BINDING fix needed for JIT #2207

Closed
subbuss opened this issue Nov 17, 2014 · 1 comment
Closed

TOPLEVEL_BINDING fix needed for JIT #2207

subbuss opened this issue Nov 17, 2014 · 1 comment
Assignees
Labels

Comments

@subbuss
Copy link
Contributor

subbuss commented Nov 17, 2014

jruby -X-C -e "x = 1; eval 'p x', TOPLEVEL_BINDING" (prints 1) vs.
jruby -e "x = 1; eval 'p x', TOPLEVEL_BINDING" (crashes)

See commit 7e5e119

@subbuss subbuss added this to the JRuby 9.0.0.0 milestone Nov 17, 2014
headius added a commit that referenced this issue Nov 17, 2014
I believe the toplevel binding tests here will be sufficient for
testing #2207.
@headius
Copy link
Member

headius commented Nov 17, 2014

Fixed in

@headius headius closed this as completed Nov 17, 2014
@headius headius self-assigned this Nov 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants