Searched refs:MAX_CAP (Results 1 – 1 of 1) sorted by relevance
753 static final int MAX_CAP = 0x7fff; // max #workers - 1 field in ForkJoinPool2204 else if (tc >= MAX_CAP || in tryCompensate()2620 this(Math.min(MAX_CAP, Runtime.getRuntime().availableProcessors()), in ForkJoinPool()2679 if (parallelism <= 0 || parallelism > MAX_CAP) in checkParallelism()3543 if (parallelism > MAX_CAP) in makeCommonPool()3544 parallelism = MAX_CAP; in makeCommonPool()