master
8374327: Update copyright year to 2025 for files in java.base added/updated by commits in 2025
8357145: CRC/Inflater/Deflater/Adler32 methods that take a ByteBuffer throw UOE if backed by shared memory segment
8234335: Remove line break in class declaration in java.base
8187443: Forest Consolidation: Move files to unified layout
8066583: DeflaterInput/OutputStream and InflaterInput/OutputStream should explain responsibility for freeing resources
8342562: Enhance Deflater operations
8385924: GZIPInputStream.read() behaves differently on some Java versions
8369181: InflaterOutputStream: writing after finish() results in IllegalStateException instead of an IOException
8366765: [REDO] Rename JavaLangAccess::*NoRepl methods
8326687: Inconsistent use of "ZIP", "Zip" and "zip" in java.util.zip/jar zipfs javadoc
8336844: ZipConstants64 defines duplicate constants EXTID_ZIP64 and ZIP64_EXTID
8380542: ZipOutputStream.setComment and ZipEntry.setComment spec updates for rejecting unmappable characters and allowing null or empty comments
8336843: Deprecate java.util.zip.ZipError for removal
8377992: (zipfs) Align ZipFileSystem END header validation with the ZipFile implementation
8341594: Use Unsafe to coalesce reads in java.util.zip.ZipUtils
8344168: Change Unsafe base offset from int to long