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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinWorkerThread.java (file contents):
Revision 1.62 by jsr166, Tue May 6 17:50:29 2014 UTC vs.
Revision 1.63 by jsr166, Tue May 6 18:02:22 2014 UTC

# Line 142 | Line 142 | public class ForkJoinWorkerThread extend
142      }
143  
144      /**
145 <     * Erases ThreadLocals by nulling out Thread maps
145 >     * Erases ThreadLocals by nulling out Thread maps.
146       */
147      final void eraseThreadLocals() {
148          U.putObject(this, THREADLOCALS, null);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines