RFR: 8274391: Suppress more warnings on non-serializable non-transient instance fields in java.util.concurrent

Joe Darcy darcy at openjdk.java.net
Tue Sep 28 15:05:29 UTC 2021


On Tue, 28 Sep 2021 11:28:42 GMT, Doug Lea <dl at 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


More information about the core-libs-dev mailing list