On Mon, 26 Jan 2026 12:43:42 GMT, Viktor Klang <[email protected]> wrote:
>> Doug Lea has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Don't oversignal LIFO > > src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java line 1058: > >> 1056: static final int MAX_CAP = 0x7fff; // max # workers >> 1057: static final int EXTERNAL_ID_MASK = 0x3ffe; // max external >> queue id >> 1058: static final int INVALID_ID = 0x4000; // unused external >> queue id > > @DougLea INVALID_ID looks to be unused now so we could remove it. Thanks, done. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28797#discussion_r2779769083
