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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.401 by dl, Thu Apr 1 19:10:29 2021 UTC vs.
Revision 1.402 by jsr166, Wed Sep 29 03:40:19 2021 UTC

# Line 2741 | Line 2741 | public class ForkJoinPool extends Abstra
2741          @SuppressWarnings("serial") // Conditionally serializable
2742          volatile E result;
2743          final AtomicInteger count;  // in case all throw
2744 +        @SuppressWarnings("serial")
2745          final ForkJoinPool pool;    // to check shutdown while collecting
2746          InvokeAnyRoot(int n, ForkJoinPool p) {
2747              pool = p;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines