On Tue, 28 Sep 2021 11:28:42 GMT, Doug Lea <d...@openjdk.org> wrote: > > > Just to be sure, does this include only the conditionally serializable > annotations in ForkJoinPool and ForkJoinTask in: > https://github.com/openjdk/jdk/pull/5718/files/a20d9afbd7b49b452b3c9bdc9f2d56442b5e2fc6 > If so, this looks OK to me.
Yes, for java.util.concurrent, those are the only two changes needed to compile under the in-progress javac checks. ------------- PR: https://git.openjdk.java.net/jdk/pull/5718