OpenJDK 8u372-b01 EA Released

Andrew Hughes gnu.andrew at redhat.com
Tue Jan 31 02:27:21 UTC 2023


I've made available an early access source bundle for 8u372, based on
the tag jdk8u372-b01:

https://openjdk-sources.osci.io/openjdk8/openjdk8u372-b01-ea.tar.xz

The tarball is accompanied by a digital signature available at:

https://openjdk-sources.osci.io/openjdk8/openjdk8u372-b01-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:

f8fc52937f0bbdc9805d014c866cbb1f058f5d836469712dcc6425172cf5f1bf  openjdk8u372-b01-ea.tar.xz
7e43f61559cf7be99e7b334d878bbc3fe0fe56c33108d4c3e78564e682405ed9  openjdk8u372-b01-ea.tar.xz.sig

They are listed at
https://openjdk-sources.osci.io/openjdk8/openjdk8u372-b01-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 8u372-b01:
  - JDK-6829250: Reg test: java/awt/Toolkit/ScreenInsetsTest/ScreenInsetsTest.java fails in Windows
  - JDK-7001973: java/awt/Graphics2D/CopyAreaOOB.java fails
  - JDK-8039888: [TEST_BUG] keyboard garbage after javax/swing/plaf/windows/WindowsRootPaneUI/WrongAltProcessing/WrongAltProcessing.java
  - JDK-8042098: [TESTBUG] Test sun/java2d/AcceleratedXORModeTest.java fails on Windows
  - JDK-8065422: Trailing dot in hostname causes TLS handshake to fail with SNI disabled
  - JDK-8072770: [TESTBUG] Some Introspector tests fail with a Java heap bigger than 4GB
  - JDK-8075964: Test java/awt/Mouse/TitleBarDoubleClick/TitleBarDoubleClick.html fails intermittently with timeout error
  - JDK-8159135: [PIT] javax/swing/JMenuItem/8152981/MenuItemIconTest.java always fail
  - JDK-8196196: Headful tests should not be run in headless mode
  - JDK-8196467: javax/swing/JInternalFrame/Test6325652.java fails
  - JDK-8197408: Bad pointer comparison and small cleanup in os_linux.cpp
  - JDK-8203485: [freetype] text rotated on 180 degrees is too narrow
  - JDK-8216366: Add rationale to PER_CPU_SHARES define
  - JDK-8226236: win32: gc/metaspace/TestCapacityUntilGCWrapAround.java fails
  - JDK-8228585: jdk/internal/platform/cgroup/TestCgroupMetrics.java - NumberFormatException because of large long values (memory limit_in_bytes)
  - JDK-8229182: [TESTBUG] runtime/containers/docker/TestMemoryAwareness.java test fails on SLES12
  - JDK-8229202: Docker reporting causes secondary crashes in error handling
  - JDK-8230305: Cgroups v2: Container awareness
  - JDK-8231111: Cgroups v2: Rework Metrics in java.base so as to recognize unified hierarchy
  - JDK-8232207: Linux os::available_memory re-reads cgroup configuration on every invocation
  - JDK-8234484: Add ability to configure third port for remote JMX
  - JDK-8237479: 8230305 causes slowdebug build failure
  - JDK-8239559: Cgroups: Incorrect detection logic on some systems
  - JDK-8239785: Cgroups: Incorrect detection logic on old systems in hotspot
  - JDK-8239827: The test OpenByUNCPathNameTest.java should be changed to be manual
  - JDK-8240189: [TESTBUG] Some cgroup tests are failing after JDK-8231111
  - JDK-8241087: Build failure with VS 2019 (16.5.0) due to C2039 and C2873
  - JDK-8242468: VS2019 build missing vcruntime140_1.dll
  - JDK-8244500: jtreg test error in test/hotspot/jtreg/containers/docker/TestMemoryAwareness.java
  - JDK-8245543: Cgroups: Incorrect detection logic on some systems (still reproducible)
  - JDK-8247676: vcruntime140_1.dll is not needed on 32-bit Windows
  - JDK-8252359: HotSpot Not Identifying it is Running in a Container
  - JDK-8252957: Wrong comment in CgroupV1Subsystem::cpu_quota
  - JDK-8253435: Cgroup: 'stomping of _mount_path' crash if manually mounted cpusets exist
  - JDK-8253714: [cgroups v2] Soft memory limit incorrectly using memory.high
  - JDK-8253727: [cgroups v2] Memory and swap limits reported incorrectly
  - JDK-8253797: [cgroups v2] Account for the fact that swap accounting is disabled on some systems
  - JDK-8253939: [TESTBUG] Increase coverage of the cgroups detection code
  - JDK-8254001: [Metrics] Enhance parsing of cgroup interface files for version detection
  - JDK-8254717: isAssignableFrom checks in KeyFactorySpi.engineGetKeySpec appear to be backwards
  - JDK-8254997: Remove unimplemented OSContainer::read_memory_limit_in_bytes
  - JDK-8257620: Do not use objc_msgSend_stret to get macOS version
  - JDK-8262379: Add regression test for JDK-8257746
  - JDK-8266391: Replace use of reflection in jdk.internal.platform.Metrics
  - JDK-8275713: TestDockerMemoryMetrics test fails on recent runc
  - JDK-8278951: containers/cgroup/PlainRead.java fails on Ubuntu 21.10
  - JDK-8282398: EndingDotHostname.java test fails because SSL cert expired
  - JDK-8284102: [TESTBUG] [11u] Retroactively add regression test for JDK-8272124
  - JDK-8284690: [macos] VoiceOver : Getting java.lang.IllegalArgumentException: Invalid location on Editable JComboBox
  - JDK-8284756: [11u] Remove unused isUseContainerSupport in CgroupV1Subsystem
  - JDK-8284977: MetricsTesterCgroupV2.getLongValueEntryFromFile fails when named value doesn't exist
  - JDK-8286624: Regression Test CoordinateTruncationBug.java fails on OL8.3
  - JDK-8289695: [TESTBUG] TestMemoryAwareness.java fails on cgroups v2 and crun
  - JDK-8291570: [TESTBUG] Part of JDK-8250984 absent from 11u
  - JDK-8292083: Detected container memory limit may exceed physical machine memory
  - JDK-8292541: [Metrics] Reported memory limit may exceed physical machine memory
  - JDK-8293472: Incorrect container resource limit detection if manual cgroup fs mounts present
  - JDK-8293540: [Metrics] Incorrectly detected resource limits with additional cgroup fs mounts
  - JDK-8293767: AWT test TestSinhalaChar.java has old SCCS markings
  - JDK-8294767: 8u contains two copies of test/../FileUtils.java, one uses JDK9+ features
  - JDK-8295322: Tests for JDK-8271459 were not backported to 11u
  - JDK-8295952: Problemlist existing compiler/rtm tests also on x86
  - JDK-8295982: Failure in sun/security/tools/keytool/WeakAlg.java - ks: The process cannot access the file because it is being used by another process
  - JDK-8296480: java/security/cert/pkix/policyChanges/TestPolicy.java is failing
  - JDK-8296485: BuildEEBasicConstraints.java test fails with SunCertPathBuilderException
  - JDK-8296496: Overzealous check in sizecalc.h prevents large memory allocation
  - JDK-8296632: Write a test to verify the content change of TextArea sends TextEvent
  - JDK-8296957: One more cast in SAFE_SIZE_NEW_ARRAY2
  - JDK-8297329: [8u] hotspot needs to recognise VS2019
  - JDK-8297739: Bump update version of OpenJDK: 8u372
  - JDK-8297996: [8u] generated images are broken due to renaming of MSVC runtime DLL's
  - JDK-8298307: Enable hotspot/tier1 for 32-bit builds in GHA for 8u
  - JDK-8299548: Fix hotspot/test/runtime/Metaspace/MaxMetaspaceSizeTest.java in 8u
  - JDK-8299804: Fix non-portable code in hotspot shell tests in 8u
  - JDK-8300014: Some backports placed the tests in the wrong location
  - JDK-8300119: CgroupMetrics.getTotalMemorySize0() can report invalid results on 32 bit systems
  - JDK-8301122: [8u] Fix unreliable vs2010 download link

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/20230131/310cabbf/signature.asc>


More information about the jdk8u-dev mailing list