On Mon, 21 Aug 2023 15:46:53 GMT, Raffaello Giulietti <rgiulie...@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

Reply via email to