On Mon, 19 Aug 2024 08:54:24 GMT, Adam Sotona <asot...@openjdk.org> 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 the obsolete an invalid method implementation. > > Please review. > > Thanks, > Adam This pull request has now been integrated. Changeset: f0fe3138 Author: Adam Sotona <asot...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/f0fe31383aec652ad4e3cc4873cd3ff9b918fef7 Stats: 9 lines in 1 file changed: 0 ins; 9 del; 0 mod 8338564: Remove obsolete AbstractNamedEntry::equals method Reviewed-by: liach ------------- PR: https://git.openjdk.org/jdk/pull/20622