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

Commit

Permalink
Browse files Browse the repository at this point in the history
8287644: [18u] Backport of JDK-8240903 causes test errors
Reviewed-by: mdoerr
  • Loading branch information
RealCLanger committed Jun 2, 2022
1 parent 7aecf43 commit c08f40e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/jdk/tools/jmod/hashes/HashesOrderTest.java
Expand Up @@ -51,7 +51,6 @@ public class HashesOrderTest {
new RuntimeException("jmod tool not found")
);

private String DATE = "2021-01-06T14:36:00+02:00";
private int NUM_MODULES = 64;
private Path mods;
private Path lib1;
Expand Down Expand Up @@ -113,7 +112,6 @@ private void makeJmod(String moduleName, Path libName, String... options) {
List<String> args = new ArrayList<>();
args.add("create");
Collections.addAll(args, options);
Collections.addAll(args, "--date", DATE);
Collections.addAll(args, "--class-path", mclasses.toString(),
outfile.toString());

Expand Down

1 comment on commit c08f40e

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.