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

DEAD: marking instr dead!! #3636

Closed
dgasson opened this issue Feb 2, 2016 · 2 comments
Closed

DEAD: marking instr dead!! #3636

dgasson opened this issue Feb 2, 2016 · 2 comments
Milestone

Comments

@dgasson
Copy link

dgasson commented Feb 2, 2016

I've been generating XML using nokogiri and jruby. On occasion, to stdout is printed the following text: "DEAD: marking instr dead!!". I can actually see where that is being generated in the jruby source (line 85 of LocalOptimizationPass.java, to be precise), but I don't know enough about jruby internals to determine whether this is something to be concerned about, or whether the System.out.println line was left in accidentally. I do notice the otherSystem.out.println calls are commented out so perhaps that is the case? FWIW, I've seen the behaviour in both 9.0.4.0 and 9.0.5.0.

@enebo enebo added this to the JRuby 9.1.0.0 milestone Feb 2, 2016
@enebo
Copy link
Member

enebo commented Feb 2, 2016

I fixed this about 30 minutes after you came on the channel.

@enebo enebo closed this as completed Feb 2, 2016
@dgasson
Copy link
Author

dgasson commented Feb 2, 2016

LOL, thanks enebo.

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

No branches or pull requests

2 participants