master
8187443: Forest Consolidation: Move files to unified layout
8341595: Clean up iteration of CEN headers in ZipFile.Source.initCEN
8339711: ZipFile.Source.initCEN needlessly reads END header
8316141: Improve CEN header validation checking
8282036: Change java/util/zip/ZipFile/DeleteTempJar.java to stop HttpServer cleanly in case of exceptions
8345799: Update copyright year to 2024 for core-libs in files where it was missed
8349914: ZipFile::entries and ZipFile::getInputStream not consistent with each other when there are duplicate entries
8341625: Improve ZipFile validation of the END header
8321616: Retire binary test vectors in test/jdk/java/util/zip/ZipFile 8322830: Add test case for ZipFile opening a ZIP with no entries
8280409: JarFile::getInputStream can fail with NPE accessing ze.getName()
8321156: Improve the handling of invalid UTF-8 byte sequences for ZipInputStream::getNextEntry and ZipFile::getComment
8280404: Unexpected exception thrown when CEN file entry comment length is not valid
8358456: ZipFile.getInputStream(ZipEntry) throws unspecified IllegalArgumentException
8314891: Additional Zip64 extra header validation
8213561: ZipFile/MultiThreadedReadTest.java timed out in tier1
8340684: Reading from an input stream backed by a closed ZipFile has no test coverage
7022325: TEST_BUG: test/java/util/zip/ZipFile/ReadLongZipFileName.java leaks files if it fails
8313765: Invalid CEN header (invalid zip64 extra data field size)
8204868: java/util/zip/ZipFile/TestCleaner.java still fails with "cleaner failed to clean zipfile."
8207936: TestZipFile.java can fail with an OOM error
8260555: Change the default TIMEOUT_FACTOR from 4 to 1
8327474: Review use of java.io.tmpdir in jdk tests
8303891: Speed up Zip64SizeTest using a small ZIP64 file 8259866: two java.util tests failed with "IOException: There is not enough space on the disk"
8246129: ZIP entries created for DOS epoch include local timezone metadata
8347712: IllegalStateException on multithreaded ZipFile access with non-UTF8 charset 8355975: ZipFile uses incorrect Charset if another instance for the same ZIP file was constructed with a different Charset
8276123: ZipFile::getEntry will not return a file entry when there is a directory entry of the same name within a Zip File
8234079: ZipFileInputStreamSkipTest.java runs zero test
8322078: ZipSourceCache.testKeySourceMapping() test fails with The process cannot access the file because it is being used by another process