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);
- backport of
-
JDK-8240903 Add test to check that jmod hashes are reproducible
-
- Resolved
-
- relates to
-
JDK-8309476 [11u] tools/jmod/hashes/HashesOrderTest.java fails intermittently
-
- Resolved
-