Skip to content

Commit 6804e31

Browse files
committedNov 8, 2019
8233855: [TESTBUG] appcds/FieldLayoutFlags.java failed to clean up files after test
Reviewed-by: hseigel
1 parent 3b8a1c1 commit 6804e31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎test/hotspot/jtreg/runtime/cds/appcds/TestCommon.java

+1
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ private static void patchJarForDynamicDump(String cp) throws Exception {
343343
newFile.renameTo(oldFile);
344344
System.out.println("firstJar = " + firstJar + " Modified");
345345
} else {
346+
zipFile.close();
346347
System.out.println("firstJar = " + firstJar);
347348
}
348349
}

0 commit comments

Comments
 (0)
Please sign in to comment.