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

Reply via email to