Hi Sergey\Phil, Here is the new webrev: http://cr.openjdk.java.net/~sveerabhadra/8213516/webrev.03/
I assumed the table.get() function calls the equals() method of the key class. But that was not the case. My mistake. Thanks and regards, Shashi -----Original Message----- From: Sergey Bylokhov Sent: Friday, February 15, 2019 4:23 AM To: Shashidhara Veerabhadraiah <shashidhara.veerabhadra...@oracle.com>; Philip Race <philip.r...@oracle.com> Cc: swing-dev@openjdk.java.net; Dmitry Bessonov <dmitry.besso...@oracle.com>; Krishna Addepalli <krishna.addepa...@oracle.com> Subject: Re: <Swing Dev> [12] JDK-8213516: jck test api/javax_accessibility/AccessibleState/fields.html fails intermittent Hi, Shashi. > HashTable class uses these methods for key types used in the hash table, > hence they need to be implemented as part of the key types. The JCK test > already tests this, so Sergey do you want me to write another open test for > this problem? The rules above are applicable to the keys of the hashtable, but you did not use your new class as a key. The new test is needed because the old test will be excluded. Please take a look to this comment as well: https://mail.openjdk.java.net/pipermail/swing-dev/2019-January/009277.html -- Best regards, Sergey.