Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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();
}
}

0 comments on commit 8ddd5be

Please sign in to comment.