Skip to content

Commit

Permalink
* remove deleted newline change
Browse files Browse the repository at this point in the history
  • Loading branch information
tschatzl committed Nov 4, 2024
1 parent 0290208 commit 46f5917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/hotspot/jtreg/runtime/cds/DeterministicDump.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public static void doTest(boolean compressed) throws Exception {
}

String baseArchive = dump(baseArgs);

// (1) Dump with the same args. Should produce the same archive.
String baseArchive2 = dump(baseArgs);
compare(baseArchive, baseArchive2);
Expand Down

0 comments on commit 46f5917

Please sign in to comment.