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.342 by jsr166, Wed Jan 17 05:49:06 2018 UTC vs.
Revision 1.343 by jsr166, Wed Jan 17 05:53:23 2018 UTC

# Line 718 | Line 718 | public class ForkJoinPool extends Abstra
718       * Maximum capacity for queue arrays. Must be a power of two less
719       * than or equal to 1 << (31 - width of array entry) to ensure
720       * lack of wraparound of index calculations, but defined to a
721 <     * value a bit less than this to help users trap runway programs
721 >     * value a bit less than this to help users trap runaway programs
722       * before saturating systems.
723       */
724      static final int MAXIMUM_QUEUE_CAPACITY = 1 << 26; // 64M

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines