On Mon, 19 Aug 2024 08:54:24 GMT, Adam Sotona wrote:
> Method
> `jdk.internal.classfile.impl.AbstractPoolEntry.AbstractNamedEntry::equals`
> implementation is invalid.
> Fortunately it is overridden with valid implementation in all its sub types
> and it can be removed.
>
> This patch removes
Method
`jdk.internal.classfile.impl.AbstractPoolEntry.AbstractNamedEntry::equals`
implementation is invalid.
Fortunately it is overridden with valid implementation in all its sub types and
it can be removed.
This patch removes the obsolete an invalid method implementation.
Please review.
Than