OpenJDK 13.0.5 released

Yuri Nesterenko yan at azul.com
Wed Oct 21 14:43:48 UTC 2020


Let me announce the release of OpenJDK 13.0.5.

The release sources are still in the usual place, get them to build from
https://hg.openjdk.java.net/jdk-updates/jdk13u
Note that this repository most probably will not be updated any more;
instead, https://github.com/openjdk/jdk13u will be used for official releases
starting from early November.

Until then,
https://github.com/openjdk/jdk13u
is still a read-only git mirror.

A list of fixes please see below.
Also, a nicely generated list could be found, again, at A. Shipilev's site:
https://builds.shipilev.net/backports-monitor/release-notes-13.0.5.txt

============================================

Security fixes:
    JDK-8233624: Enhance JNI linkage
    JDK-8241114: Better range handling
    JDK-8236862: Enhance support of Proxy class
    JDK-8237990: Enhanced LDAP contexts
    JDK-8244955: Additional Fix for JDK-8240124
    JDK-8240124: Better VM Interning
    JDK-8253019: Enhanced JPEG decoding
    JDK-8248574: Improve jpeg processing
    JDK-8245412: Better class definitions
    JDK-8244136: Improved Buffer supports
    JDK-8242685: Better Path Validation
    JDK-8245417: Improve certificate chain handling
    JDK-8244479: Further constrain certificates
    JDK-8236196: Improve string pooling
    JDK-8243302: Advanced class supports
    JDK-8245407: Enhance zoning of times
    JDK-8242695: Enhanced buffer support
    JDK-8237995: Enhance certificate processing
    JDK-8242680: Improved URI Support

Other fixes:
    JDK-8241602: jlink does not produce reproducible jimage files
    JDK-8232864: Classes generated at link time by GenerateJLIClassesPlugin are not reproducible
    JDK-8231449: HttpClient’s client ssl certificate authentication seems to be broken.
    JDK-8244818: Java2D Queue Flusher crash while moving application window to external monitor
    JDK-8252497: Incorrect numeric currency code for ROL
    JDK-8230094: CCE in createXMLEventWriter(Result) over an arbitrary XMLStreamWriter
    JDK-8250609: C2 crash in IfNode::fold_compares
    JDK-8249278: Revert JDK-8226253 which breaks the spec of AccessibleState.SHOWING for JList
    JDK-8248851: CMS: Missing memory fences between free chunk check and klass read
    JDK-8234535: Cross compilation fails due to missing CFLAGS for the BUILD_CC
    JDK-8248348: Regression caused by the update to BCEL 6.0
    JDK-8248495: [macos] zerovm is broken due to libffi headers location
    JDK-8243470: [macos] bring back O2 opt level for unsafe.cpp
    JDK-8238284: [macos] Zero VM build fails due to an obvious typo
    JDK-8240360: NativeLibraryEvent has wrong library name on Linux
    JDK-8233787: Break cycle in vm_version* includes
    JDK-8247873: [arm32] client vm build failure
    JDK-8234645: ARM32: C1: PatchingStub for field access: not enough bytes
    JDK-8230591: AArch64: Missing intrinsics for Math.ceil, floor, rint
    JDK-8231649: PPC64: Intrinsics for Math.ceil, floor, rint on Power
    JDK-8244777: ClassLoaderStats VM Op uses constant hash value

A team repository is open at:
    https://github.com/openjdk/jdk13u-dev
Please read https://wiki.openjdk.java.net/display/SKARA about contribution rules.
Note, however, that process of contributing of a backport in Skara is still a work in progress.

The next release 13.0.6 is due on January 19, 2021

Thanks,
--yan



More information about the jdk-updates-dev mailing list