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.341 by jsr166, Wed Jan 17 05:40:20 2018 UTC vs.
Revision 1.342 by jsr166, Wed Jan 17 05:49:06 2018 UTC

# Line 573 | Line 573 | public class ForkJoinPool extends Abstra
573       * adjacent WorkQueue instances, as well as the ForkJoinPool.ctl
574       * field. WorkQueue arrays are allocated (by their threads) with
575       * larger initial sizes than most ever need, mostly to reduce
576 <     * false sharing current garbage collectors that use cardmark
576 >     * false sharing with current garbage collectors that use cardmark
577       * tables.
578       *
579       * Style notes

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines