Searched refs:MAX_CAP (Results 1 – 1 of 1) sorted by relevance
723 static final int MAX_CAP = 0x7fff; // max #workers - 1 field in ForkJoinPool2172 else if (tc >= MAX_CAP || in tryCompensate()2588 this(Math.min(MAX_CAP, Runtime.getRuntime().availableProcessors()), in ForkJoinPool()2647 if (parallelism <= 0 || parallelism > MAX_CAP) in checkParallelism()3511 if (parallelism > MAX_CAP) in makeCommonPool()3512 parallelism = MAX_CAP; in makeCommonPool()