RFR 8258945: test/jdk/tools/jlink/JLinkReproducibleTest.java fails randomly when cds is disabled

hedongbo hedongbo at huawei.com
Thu Jan 14 01:54:20 UTC 2021


Hi,
Can someone help me look at this problem?

BugID: http://bugs.openjdk.java.net/browse/JDK-8258945

As analyzed in JDK-8258945, this is caused by the fact that the object hashcode of enum may be different in different JVMs. It is not a good idea to modify the calculation of the hashcode of the ModuleDescriptor, and it is also difficult.  Therefore, I think we can backport JDK-8202951<https://bugs.openjdk.java.net/browse/JDK-8202951> to jdk11 to workarounds.

Any suggestions? If backport is needed, I will start this work.



Thanks,
dongbohe


More information about the jdk-updates-dev mailing list