Commits
User selector
Commit History
Commits on Sep 2, 2021
8273250: Address javadoc issues in Deflater::setDictionationary
Show description for aaa6f69committed
Lance Andersen
Commits on Aug 18, 2021
8272626: Avoid C-style array declarations in java.*
Show description for 30b0f82committed
Commits on Aug 13, 2021
8263940: NPE when creating default file system when default file system provider is packaged as JAR file on class path
Show description for 717792ccommitted
Lance Andersen
Commits on Jul 21, 2021
8262967: Improve Zip file support
Show description for 0e6c011authored andcommitted8260967: Better jar file validation
Show description for ef9315bauthored andcommitted
Commits on Jul 13, 2021
8268698: Use Objects.check{Index,FromToIndex,FromIndexSize} for java.base
Show description for afe957ccommitted
Commits on Jun 2, 2021
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Show description for 6765f90committed
Commits on May 31, 2021
8267587: Update java.util to use enhanced switch
Show description for ab5a7ffcommitted
Commits on May 25, 2021
8267110: Update java.util to use instanceof pattern variable
Show description for a52c4edcommitted
Commits on Apr 27, 2021
8265496: improve null check in DeflaterOutputStream/InflaterInputStream
Show description for 15d4787committed
Hamlin Li
Commits on Mar 2, 2021
8262875: doccheck: empty paragraphs, etc in java.base module
Show description for 20b9ba5committed
Commits on Feb 3, 2021
8260617: Merge ZipFile encoding check with the initial hash calculation
Show description for c8de943committed
Commits on Jan 20, 2021
8260010: UTF8ZipCoder not thread-safe since JDK-8243469
Show description for 1f47de5committed8259867: Move encoding checks into ZipCoder
Show description for 0529480authored andcommitted
Commits on Nov 11, 2020
8256018: Adler32/CRC32/CRC32C missing reachabilityFence
Show description for 6247736committed
Lance Andersen
Commits on Nov 7, 2020
8255989: Remove explicitly unascribed authorship from Java source files
Show description for c5462bbcommitted
Commits on Nov 2, 2020
8255529: Remove unused methods from java.util.zip.ZipFile
Show description for 05bcd67committed
Lance Andersen
Commits on Oct 15, 2020
8253952: Refine ZipOutputStream.putNextEntry() to recalculate ZipEntry's compressed size
Show description for 60159cfcommitted
Commits on Sep 30, 2020
8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package
Show description for 2a406f3authored andcommitted
Commits on Sep 16, 2020
8244706: GZIP "OS" header flag hard-coded to 0 instead of 255 (RFC 1952 non-compliance)
Show description for e5866aaauthored andcommitted
Commits on Sep 7, 2020
8250968: Symlinks attributes not preserved when using jarsigner on zip files
Show description for 7686e87committed
Commits on Aug 11, 2020
8251205: Add missing javadoc comments to ZipConstants.java
Show description for dc8026dcommitted
Lance Andersen
Commits on Jul 2, 2020
8218021: Have jarsigner preserve posix permission attributes
Show description for 3d9bad1committed
Commits on Jun 10, 2020
8246129: ZIP entries created for DOS epoch include local timezone metadata
Show description for 9913602committed
Commits on May 11, 2020
8193066: Avoid use of capturing lambdas in JarFile
Show description for fc842d2committed8244624: Improve handling of JarFile META-INF resources
Show description for ceda308committed
Commits on Apr 27, 2020
8243469: Lazily encode name in ZipFile.getEntryPos
Show description for d2e0d0eandcommitted
Commits on Apr 23, 2020
8242848: Improve performance of InflaterOutputStream.write()
Show description for 2594f0bcommitted
Commits on Apr 22, 2020
8243254: Examine ZipFile slash optimization for non-ASCII compatible charsets
Show description for 268ea90committed
Commits on Apr 18, 2020
8242959: Optimize ZipFile.getEntry by folding lookups for name and name+'/'
Show description for fc72827authored andcommitted
Commits on Apr 17, 2020
8242596: Improve JarFile.getEntry performance for multi-release jar files
Show description for aeb2f94andcommitted
Commits on Apr 15, 2020
8242842: Avoid reallocating name when checking for trailing slash in ZipFile.getEntryPos
Show description for 941bb3bandcommitted
Commits on Jan 31, 2020
8233234: Better Zip Naming
Show description for 8a616dfcommitted
Lance Andersen