Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit c08f40e

Browse files
committed
8287644: [18u] Backport of JDK-8240903 causes test errors
Reviewed-by: mdoerr
1 parent 7aecf43 commit c08f40e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/jdk/tools/jmod/hashes/HashesOrderTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public class HashesOrderTest {
5151
new RuntimeException("jmod tool not found")
5252
);
5353

54-
private String DATE = "2021-01-06T14:36:00+02:00";
5554
private int NUM_MODULES = 64;
5655
private Path mods;
5756
private Path lib1;
@@ -113,7 +112,6 @@ private void makeJmod(String moduleName, Path libName, String... options) {
113112
List<String> args = new ArrayList<>();
114113
args.add("create");
115114
Collections.addAll(args, options);
116-
Collections.addAll(args, "--date", DATE);
117115
Collections.addAll(args, "--class-path", mclasses.toString(),
118116
outfile.toString());
119117

0 commit comments

Comments
 (0)