It is a non-goal to replicate all of the JCK test coverage in the
regression test suite.
-Joe
On 10/25/2021 7:17 PM, Sergey Bylokhov wrote:
On Fri, 15 Oct 2021 07:17:52 GMT, Сергей Цыпанов <d...@openjdk.java.net> wrote:
It looks like we cannot use `Long.hashCode(long)` for
`java.rmi.server.ObjID.hashCode()` due to specification:
https://docs.oracle.com/en/java/javase/17/docs/api/java.rmi/java/rmi/server/ObjID.html#hashCode().
I think this one was missed due to the absence of the coverage in the jtreg
test suite, and some people have no access to the jck to run it in advance.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5963