Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jruby-1_7'
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Jan 1, 2014
2 parents 3cb3621 + 0a1a6f3 commit 141eaf9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public synchronized void invalidate() {

// if we have failed too many times, set it to DUMMY and leave it
if (failures > maxFailures) {
SwitchPoint.invalidateAll(new SwitchPoint[]{switchPoint});
switchPoint = DUMMY;
return;
}
Expand Down

0 comments on commit 141eaf9

Please sign in to comment.