Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: JRuby 1.0.0RC1, JRuby 1.0.0RC2
-
Fix Version/s: JRuby 2
-
Component/s: Interpreter
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
For code:
eval "next 1"
Ruby output:
-e:1: (eval):1: unexpected next (LocalJumpError)
JRuby output:
Exception in thread "main" org.jruby.exceptions.JumpException
Issue Links
- is related to
-
JRUBY-966
Various issues with LocalJumpError not being created early enough
-