RFR: 8313961: Enhance identification of special serialization methods
Raffaello Giulietti
rgiulietti at openjdk.org
Mon Aug 21 16:06:28 UTC 2023
On Mon, 21 Aug 2023 15:46:53 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:
> This improves the identification of the serialization magic fields and methods.
The test is a bit unusual, in that it uses the [Classfile API](https://openjdk.org/jeps/8280389). It is used to generate two classes that cannot be expressed in the Java language, as they contain multiple fields with the same name but different types, and mulitple methods with the same name and parameter types but different return types.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15364#issuecomment-1686607139
More information about the build-dev
mailing list