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.71 by jsr166, Fri Jun 3 17:15:59 2016 UTC vs.
Revision 1.72 by jsr166, Fri Jun 3 17:18:52 2016 UTC

# Line 38 | Line 38 | public class ForkJoinWorkerThread extend
38       *
39       * Support for (non-public) subclass InnocuousForkJoinWorkerThread
40       * requires that we break quite a lot of encapsulation (via helper
41 <     * methods in Threadlocalrandom) both here and in the subclass to
41 >     * methods in ThreadLocalRandom) both here and in the subclass to
42       * access and set Thread fields.
43       */
44  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines