From 46f5917443d4269420a859667c14b6ece74bb437 Mon Sep 17 00:00:00 2001 From: Thomas Schatzl Date: Mon, 4 Nov 2024 10:52:58 +0100 Subject: [PATCH] * remove deleted newline change --- test/hotspot/jtreg/runtime/cds/DeterministicDump.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hotspot/jtreg/runtime/cds/DeterministicDump.java b/test/hotspot/jtreg/runtime/cds/DeterministicDump.java index f6a69b7f88b49..1db40f6812052 100644 --- a/test/hotspot/jtreg/runtime/cds/DeterministicDump.java +++ b/test/hotspot/jtreg/runtime/cds/DeterministicDump.java @@ -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);