OpenJDK 8u352-b03 EA Released

Andrew Hughes gnu.andrew at redhat.com
Thu Sep 1 01:47:02 UTC 2022


I've made available an early access source bundle for 8u352, based on
the tag jdk8u352-b03:

https://openjdk-sources.osci.io/openjdk8/openjdk8u352-b03-ea.tar.xz

The tarball is accompanied by a digital signature available at:

https://openjdk-sources.osci.io/openjdk8/openjdk8u352-b03-ea.tar.xz.sig

This is signed by our Red Hat OpenJDK key (openjdk at redhat.com):

PGP Key: rsa4096/0x92EF8D39DC13168F (hkp://keys.gnupg.net)
Fingerprint: CA5F 11C6 CE22 644D 42C6  AC44 92EF 8D39 DC13 168F

SHA256 checksums:

68983809bb49d7a4d03adde2fe3d162904b3701d49c0c99a6b5f19f9d9bfdb52  openjdk8u352-b03-ea.tar.xz
7e19c634df047a8688a97e92322c802a6e90f79e9524edc5d9700f2eef0a8280  openjdk8u352-b03-ea.tar.xz.sig

They are listed at
https://openjdk-sources.osci.io/openjdk8/openjdk8u352-b03-ea.sha256

The tarball was built on RHEL 6 (x86, x86_64) and RHEL 7 (aarch64,
ppc, ppc64, ppc64le, s390x, x86, x86_64)

Changes in 8u352-b03:
  - JDK-8071507: (ref) Clear phantom reference as soft and weak references do
  - JDK-8143847: Remove REF_CLEANER reference category

Notes on individual issues:
===========================

core-libs/java.lang:

JDK-8071507: (ref) Clear phantom reference as soft and weak references do
=========================================================================
This enhancement changes phantom references to be automatically
cleared by the garbage collector as soft and weak references.

An object becomes phantom reachable after it has been finalized. This
change may cause the phantom reachable objects to be GC'ed earlier -
previously the referent is kept alive until PhantomReference objects
are GC'ed or cleared by the application. This potential behavioral
change might only impact existing code that would depend on
PhantomReference being enqueued rather than when the referent be freed
from the heap.

Thanks,
-- 
Andrew :)
Pronouns: he / him or they / them
Senior Free Java Software Engineer
OpenJDK Package Owner
Red Hat, Inc. (http://www.redhat.com)

PGP Key: ed25519/0xCFDA0F9B35964222 (hkp://keys.gnupg.net)
Fingerprint = 5132 579D D154 0ED2 3E04  C5A0 CFDA 0F9B 3596 4222
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://mail.openjdk.org/pipermail/jdk8u-dev/attachments/20220901/27d9b3ca/signature.asc>


More information about the jdk8u-dev mailing list