RFR: 8202056: Expand serial warning to check for bad overloads of serial-related methods and ineffectual fields [v18]

Vicente Romero vromero at openjdk.java.net
Fri Oct 8 14:07:08 UTC 2021


On Fri, 8 Oct 2021 04:27:58 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> Other than new constraints/conditions for new constructs like records, the semantics checks are serialization haven't changed very much since JDK 1.2-1.3. So I don't think it is necessary to gate the serial checks on the source level since the warnings are equally valid on earlier source levels too.

Oh I see, thanks for the clarification

-------------

PR: https://git.openjdk.java.net/jdk/pull/5709


More information about the compiler-dev mailing list