Skip to content

Commit

Permalink
Wrong name given to runtimehelpers
Browse files Browse the repository at this point in the history
enebo committed Jan 25, 2017
1 parent 5015679 commit 82b3cd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1972,7 +1972,7 @@ public static RubyArray newArray(ThreadContext context, IRubyObject obj0, IRubyO
}

@JIT
public static Throwable reraiseIRDeoptimization(Throwable t) throws Throwable {
public static Throwable rethrowIRDeoptimization(Throwable t) throws Throwable {
if (t instanceof IRDeoptimization) {
throw t;
}

0 comments on commit 82b3cd8

Please sign in to comment.