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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinTask.java (file contents):
Revision 1.113 by jsr166, Tue Jul 5 00:58:48 2016 UTC vs.
Revision 1.114 by jsr166, Sat Oct 8 18:54:57 2016 UTC

# Line 390 | Line 390 | public abstract class ForkJoinTask<V> im
390  
391      /** Reference queue of stale exceptionally completed tasks. */
392      private static final ReferenceQueue<ForkJoinTask<?>> exceptionTableRefQueue
393 <        = new ReferenceQueue<ForkJoinTask<?>>();
393 >        = new ReferenceQueue<>();
394  
395      /**
396       * Key-value nodes for exception table.  The chained hash table

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines