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.63 by jsr166, Tue May 6 18:02:22 2014 UTC vs.
Revision 1.64 by jsr166, Tue May 6 18:34:24 2014 UTC

# Line 218 | Line 218 | public class ForkJoinWorkerThread extend
218          /**
219           * Returns a new group with the system ThreadGroup (the
220           * topmost, parent-less group) as parent.  Uses Unsafe to
221 <         * traverse Thread group and ThreadGroup parent fields.
221 >         * traverse Thread.group and ThreadGroup.parent fields.
222           */
223          private static ThreadGroup createThreadGroup() {
224              try {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines