Compiler losing a break jump
----------------------------

                 Key: JRUBY-3417
                 URL: http://jira.codehaus.org/browse/JRUBY-3417
             Project: JRuby
          Issue Type: Bug
          Components: Compiler
            Reporter: Charles Oliver Nutter
             Fix For: JRuby 1.2


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:

{noformat}
[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
...
{noformat}

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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to