Description
In comparison to the original test, setting the date in the call to jmod has been removed.
- private String DATE = "2021-01-06T14:36:00+02:00";
...
- Collections.addAll(args, "--date", DATE);
- private String DATE = "2021-01-06T14:36:00+02:00";
...
- Collections.addAll(args, "--date", DATE);
Attachments
Issue Links
- backport of
-
JDK-8240903 Add test to check that jmod hashes are reproducible
-
- Resolved
-