Author: nextgens
Date: 2008-04-04 06:18:12 +0000 (Fri, 04 Apr 2008)
New Revision: 18978

Modified:
   trunk/freenet/src/freenet/support/PooledExecutor.java
Log:
ditto

Modified: trunk/freenet/src/freenet/support/PooledExecutor.java
===================================================================
--- trunk/freenet/src/freenet/support/PooledExecutor.java       2008-04-04 
06:16:23 UTC (rev 18977)
+++ trunk/freenet/src/freenet/support/PooledExecutor.java       2008-04-04 
06:18:12 UTC (rev 18978)
@@ -128,7 +128,7 @@
        class MyThread extends NativeThread {

                final String defaultName;
-               boolean alive = true;
+               volatile boolean alive = true;
                Runnable nextJob;
                final long threadNo;



Reply via email to