ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ExecutorService.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ExecutorService.java (file contents):
Revision 1.64 by jsr166, Thu Mar 7 00:50:36 2019 UTC vs.
Revision 1.65 by dl, Fri Nov 27 17:41:59 2020 UTC

# Line 88 | Line 88 | import java.util.List;
88   *       if (!pool.awaitTermination(60, TimeUnit.SECONDS))
89   *           System.err.println("Pool did not terminate");
90   *     }
91 < *   } catch (InterruptedException ie) {
91 > *   } catch (InterruptedException ex) {
92   *     // (Re-)Cancel if current thread also interrupted
93   *     pool.shutdownNow();
94   *     // Preserve interrupt status

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines