Re: RFR: 8338564: Remove obsolete AbstractNamedEntry::equals method

2024-08-19 Thread Chen Liang
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

RFR: 8338564: Remove obsolete AbstractNamedEntry::equals method

2024-08-19 Thread Adam Sotona
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