Skip to content

Commit

Permalink
[Truffle] No need for clearing the interrupted flag anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Feb 11, 2015
1 parent f3756b7 commit 8ddd5be
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -101,9 +101,6 @@ private void step(RubyThread thread, boolean isDrivingThread) {
} finally {
// wait other threads to finish their action
phaser.arriveAndAwaitAdvance();

// clear the interrupted status which may have been set by interruptAllThreads().
Thread.interrupted();
}
}

Expand Down

0 comments on commit 8ddd5be

Please sign in to comment.