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.70 by dl, Thu Jun 2 13:16:27 2016 UTC vs.
Revision 1.71 by jsr166, Fri Jun 3 17:15:59 2016 UTC

# Line 64 | Line 64 | public class ForkJoinWorkerThread extend
64      ForkJoinWorkerThread(ForkJoinPool pool, ThreadGroup threadGroup,
65                           AccessControlContext acc) {
66          super(threadGroup, null, "aForkJoinWorkerThread");
67 <        ThreadLocalRandom.setInheritedAccessControlContext(this,acc);
67 >        ThreadLocalRandom.setInheritedAccessControlContext(this, acc);
68          ThreadLocalRandom.eraseThreadLocals(this); // clear before registering
69          this.pool = pool;
70          this.workQueue = pool.registerWorker(this);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines