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.61 by jsr166, Tue May 6 17:45:47 2014 UTC vs.
Revision 1.62 by jsr166, Tue May 6 17:50:29 2014 UTC

# Line 37 | Line 37 | public class ForkJoinWorkerThread extend
37       * owning thread.
38       *
39       * Support for (non-public) subclass InnocuousForkJoinWorkerThread
40 <     * requires that we break quite a lot of encapulation (via Unsafe)
40 >     * requires that we break quite a lot of encapsulation (via Unsafe)
41       * both here and in the subclass to access and set Thread fields.
42       */
43  
# Line 217 | Line 217 | public class ForkJoinWorkerThread extend
217  
218          /**
219           * Returns a new group with the system ThreadGroup (the
220 <         * topmost, parentless group) as parent.  Uses Unsafe to
220 >         * topmost, parent-less group) as parent.  Uses Unsafe to
221           * traverse Thread group and ThreadGroup parent fields.
222           */
223          private static ThreadGroup createThreadGroup() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines