Skip to content

Commit

Permalink
Fix possible fiber task starvation issue that can occur (at least) af…
Browse files Browse the repository at this point in the history
…ter an instrumented call site is invoked in 'finally' block (by @pron)
  • Loading branch information
circlespainter committed Jul 27, 2015
1 parent 2ed7cc4 commit e755bf5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,7 @@ boolean exec() {
}
} finally {
state = State.TERMINATED;
task.setState(0);
monitorFiberTerminated(monitor);
setException(t);
}
Expand Down

0 comments on commit e755bf5

Please sign in to comment.