On Thu, 13 Jul 2023 10:50:30 GMT, Pavel Rappo <pra...@openjdk.org> wrote:

> Please review this PR to use modern APIs and language features to simplify 
> equals for BitSet. 
> 
> I couldn't see how to refactor hashCode using Arrays utility methods in a way 
> that preserves its specification. So, aside from refactoring its doc comment 
> and annotating it with `@Overrides`, I left it intact.

Using ArraySupport.mismatch is pretty straightforward and avoids the duplicate 
checks.  That fine by me.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/14868#issuecomment-1642764916

Reply via email to