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

Comparing jsr166/src/main/java/util/concurrent/ThreadPoolExecutor.java (file contents):
Revision 1.103 by jsr166, Mon Jul 17 03:11:03 2006 UTC vs.
Revision 1.104 by jsr166, Mon Jul 17 03:17:41 2006 UTC

# Line 878 | Line 878 | public class ThreadPoolExecutor extends
878               * task.run, and afterExecute, which also shields
879               * extension code from stray interrupts.
880               *
881 <             * 4. Each task run is preceded by a call beforeExecute,
881 >             * 4. Each task run is preceded by a call to beforeExecute,
882               * which might throw an exception, in which case, to be
883               * conservative, we cause thread to die (breaking loop and
884               * falling into workerDone), without processing the task.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines