On Fri, 3 Dec 2021 06:33:45 GMT, ANUPAM DEV <d...@openjdk.java.net> wrote:
> The following methods were having improper improper as they mentioned > 'equals()' while comparing two objects. The comments have been changed to > reflect the comparison of two objects using == operator. > > sun.awt.util.IdentityLinkedList#contains > sun.awt.util.IdentityArrayList#contains > sun.awt.util.IdentityArrayList#indexOf > sun.awt.util.IdentityArrayList#lastIndexOf > sun.awt.util.IdentityArrayList#remove(java.lang.Object) > > Please review the changes. > Thanks! This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.java.net/jdk/pull/6691