RFR(S): 8240734: ModuleHashes attribute not reproducible between builds

Alan Bateman Alan.Bateman at oracle.com
Tue Mar 10 17:25:24 UTC 2020


On 10/03/2020 15:10, Martin Buchholz wrote:
> Aside: if all you want to do is make a use of HashMap more 
> reproducible, the standard reaction is s/HashMap/LinkedHashMap/g
Yes, if the insertion order is reproducible. We've had several issues 
with trying to get to reproducible builds, I suspect this one was missed 
because the tests aren't using --keep-packaged-modules so there isn't 
JMOD files in the run-time images.

-Alan


More information about the core-libs-dev mailing list