Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Incomplete
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Compiler
-
Labels:None
-
Number of attachments :
Description
Once the server code for JRUBY-2307 jits, it starts spitting out this text, which would mean that a break jump is getting all the way out to a thread:
[headius @ cnutter:~/projects/jruby] $ Exception in thread "Thread-62" org.jruby.exceptions.JumpException$BreakJump jruby client.rb Worked with size 1007 Worked with size 1008 [headius @ cnutter:~/projects/jruby] $ Exception in thread "Thread-63" org.jruby.exceptions.JumpException$BreakJump jruby client.rb Worked with size 1007 Worked with size 1008 ...
It did not appear to affect execution, but could mean there's some logging we need to remove. It also likely means break handling is broken somewhere in the compiler.
Moving to 1.3; no investigation done yet.