git: openjdk/jdk8u: 29 new changesets

Andrew John Hughes andrew at openjdk.org
Thu Feb 5 17:31:31 UTC 2026


Changeset: 7a6103fa
Branch: master
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2025-12-09 19:24:36 +0000
URL:       https://git.openjdk.org/jdk8u/commit/7a6103faf3e3f882eeaa82625c265205bab812a7

8373250: Bump update version of OpenJDK: 8u492

Reviewed-by: sgehwolf

! .jcheck/conf
! common/autoconf/version-numbers

Changeset: e00c6836
Branch: master
Author:    Jonathan Dowland <jdowland at openjdk.org>
Date:      2025-12-11 09:47:01 +0000
URL:       https://git.openjdk.org/jdk8u/commit/e00c683652d265fc30284bfa83f30ab49e800429

8372660: [8u] ProblemList TestCPUAwareness until 8370492 is addressed

Reviewed-by: andrew, syan

! hotspot/test/ProblemList.txt

Changeset: d2a1af6c
Branch: master
Author:    SendaoYan <syan at openjdk.org>
Date:      2025-12-13 02:50:30 +0000
URL:       https://git.openjdk.org/jdk8u/commit/d2a1af6c672f37ecaaf2c08e047168fbc1341993

8313770: jdk/internal/platform/docker/TestSystemMetrics.java fails on Ubuntu

Backport-of: aec138886ec2dff765ed810059a1c7b9905c43ca

! test/lib/jdk/test/lib/containers/cgroup/MetricsTesterCgroupV2.java

Changeset: aa9168c3
Branch: master
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2025-12-18 13:08:43 +0000
URL:       https://git.openjdk.org/jdk8u/commit/aa9168c38a08d81441c69769f8ba4030b28bf70a

8364660: ClassVerifier::ends_in_athrow() should be removed

Reviewed-by: sgehwolf
Backport-of: 705236baf53a76f0beb7be29fe45b68b7999fc7e

! hotspot/src/share/vm/classfile/verifier.cpp
! hotspot/src/share/vm/classfile/verifier.hpp

Changeset: fc9f057a
Branch: master
Author:    Daniel Jeliński <djelinski at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2025-12-26 22:49:56 +0000
URL:       https://git.openjdk.org/jdk8u/commit/fc9f057ad3b30ee54392361e23f9fb70dd3d3175

8285836: sun/net/www/http/KeepAliveCache/KeepAliveProperty.java failed with "RuntimeException: Failed in server"

Reviewed-by: sgehwolf
Backport-of: af529be069b651808310c3c37e2167d216979f69

! jdk/test/sun/net/www/http/KeepAliveCache/KeepAliveProperty.java

Changeset: b7c215de
Branch: master
Author:    Jonathan Dowland <jdowland at openjdk.org>
Date:      2026-01-08 12:57:40 +0000
URL:       https://git.openjdk.org/jdk8u/commit/b7c215de622d41cc5a3c092e48b09b38472224f6

8220658: Improve the readability of container information in the error log

Reviewed-by: sgehwolf
Backport-of: 684fe80e4c621852af5b89f7fd3f4e227eed9ebb

! hotspot/src/os/linux/vm/os_linux.cpp

Changeset: 5e3692f7
Branch: master
Author:    Sergey Bylokhov <serb at openjdk.org>
Date:      2026-01-08 18:23:42 +0000
URL:       https://git.openjdk.org/jdk8u/commit/5e3692f7818b8d31a764beec1f3164dc30046c71

8157758: JDK9 does not compile on Linux with GCC 6.1 because left-shifting a negative number has undefined behavior

Replace shifts of -1 with shifts of ~0u.

Backport-of: 4abb5e4aafe05871a07d510f002a38298fe4dbb2

! hotspot/src/share/vm/code/dependencies.hpp
! hotspot/src/share/vm/oops/cpCache.hpp

Changeset: 673e0d11
Branch: master
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2026-01-09 12:08:31 +0000
URL:       https://git.openjdk.org/jdk8u/commit/673e0d119bff5805792f8fe0b543101825a3e94b

Merge


Changeset: 34af1ab3
Branch: master
Author:    Zdenek Zambersky <zzambers at openjdk.org>
Date:      2026-01-12 12:03:42 +0000
URL:       https://git.openjdk.org/jdk8u/commit/34af1ab36798710f526a6c67a77aa42af4400a1b

8074840: Resolve disabled warnings for libjli and libjli_static

Reviewed-by: phh, andrew
Backport-of: 7b1455163ed893639059b3d62b71b2ff347c2e3f

! jdk/src/macosx/bin/java_md_macosx.c
! jdk/src/share/bin/java.c
! jdk/src/share/bin/java.h
! jdk/src/share/bin/parse_manifest.c
! jdk/src/share/bin/splashscreen_stubs.c
! jdk/src/share/bin/wildcard.c
! jdk/src/solaris/bin/java_md.h
! jdk/src/solaris/bin/java_md_common.c
! jdk/src/solaris/bin/java_md_solinux.c
! jdk/src/windows/bin/cmdtoargs.c
! jdk/src/windows/bin/java_md.c
! jdk/src/windows/bin/java_md.h

Changeset: 002def2e
Branch: master
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2026-01-12 18:19:41 +0000
URL:       https://git.openjdk.org/jdk8u/commit/002def2eacbdd0c23dca94bfe061c8aef2a407b2

8374917: [8u] C++ flags get passed to C compiles in the HotSpot build

Reviewed-by: sgehwolf

! common/autoconf/hotspot-spec.gmk.in
! common/autoconf/spec.gmk.in
! hotspot/make/aix/makefiles/adlc.make
! hotspot/make/aix/makefiles/rules.make
! hotspot/make/aix/makefiles/vm.make
! hotspot/make/bsd/makefiles/adlc.make
! hotspot/make/bsd/makefiles/rules.make
! hotspot/make/bsd/makefiles/vm.make
! hotspot/make/linux/makefiles/adlc.make
! hotspot/make/linux/makefiles/rules.make
! hotspot/make/linux/makefiles/vm.make
! hotspot/make/solaris/makefiles/adlc.make
! hotspot/make/solaris/makefiles/rules.make
! hotspot/make/solaris/makefiles/vm.make

Changeset: f7fc4e73
Branch: master
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2026-01-13 01:57:50 +0000
URL:       https://git.openjdk.org/jdk8u/commit/f7fc4e73753e605e580f5970e865c9f5bc948493

Merge


Changeset: efa1fccb
Branch: master
Author:    Jonathan Dowland <jdowland at openjdk.org>
Date:      2026-01-13 11:05:28 +0000
URL:       https://git.openjdk.org/jdk8u/commit/efa1fccb3d774906d0e7175b3de0b89b5fb62653

8284758: [linux] improve print_container_info

Reviewed-by: sgehwolf, phh
Backport-of: 6c6d5223dfaae268f968f4292356d4be89adb122

! hotspot/src/os/linux/vm/os_linux.cpp

Changeset: 3e1207a1
Branch: master
Author:    SendaoYan <syan at openjdk.org>
Date:      2026-01-13 12:41:09 +0000
URL:       https://git.openjdk.org/jdk8u/commit/3e1207a1c7abe5f8e033f75adbdee9e24212a264

8132786: java/security/cert/CertPathValidator/OCSP/AIACheck.java fails intermittently

Backport-of: 79e58cc0e57717bb00b22a4716b7eb6f903441ef

! jdk/test/java/security/cert/CertPathValidator/OCSP/AIACheck.java

Changeset: 8741a8d0
Branch: master
Author:    SendaoYan <syan at openjdk.org>
Date:      2026-01-13 12:43:45 +0000
URL:       https://git.openjdk.org/jdk8u/commit/8741a8d07d5f782c1972438481a6e5e9e1329b47

8277159: Fix java/nio/file/FileStore/Basic.java test by ignoring /run/user/* mount points

Reviewed-by: phh
Backport-of: b6876649a82bed508d817ccbde1600d00937e4b2

! jdk/test/java/nio/file/FileStore/Basic.java

Changeset: 59f54ca2
Branch: master
Author:    Antonio Vieiro <avieiro at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2026-01-13 14:27:58 +0000
URL:       https://git.openjdk.org/jdk8u/commit/59f54ca2da647fdd2c2d4752e1f4a682264cac69

8056039: Hotspot does not compile with clang 3.4 on Linux

Reviewed-by: phh, andrew
Backport-of: a2d9ba3fd6712b2406d035de7614e8da86bac237

! hotspot/src/os/aix/vm/os_aix.cpp
! hotspot/src/os/bsd/vm/os_bsd.cpp
! hotspot/src/os/linux/vm/os_linux.cpp
! hotspot/src/os/solaris/vm/os_solaris.cpp
! hotspot/src/share/vm/utilities/globalDefinitions.hpp
! hotspot/src/share/vm/utilities/globalDefinitions_sparcWorks.hpp

Changeset: bd7f6690
Branch: master
Author:    Ekaterina Vergizova <evergizova at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2026-01-13 15:11:41 +0000
URL:       https://git.openjdk.org/jdk8u/commit/bd7f66902e076cc0c93dcdac2be0336e515cd3b0

8303482: Update LCMS to 2.15

Reviewed-by: andrew
Backport-of: e28b210d5020fc7cc3a52c58f0a8ce14e16dd5fb

! THIRD_PARTY_README
! jdk/src/share/native/sun/java2d/cmm/lcms/cmsalpha.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmscam02.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmscgats.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmscnvrt.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmserr.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmsgamma.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmshalf.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmsintrp.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmsio0.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmsio1.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmslut.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmsmd5.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmsmtrx.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmsnamed.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmsopt.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmspack.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmspcs.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmsplugin.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmsps2.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmssamp.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmssm.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmstypes.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmsvirt.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmswtpnt.c
! jdk/src/share/native/sun/java2d/cmm/lcms/cmsxform.c
! jdk/src/share/native/sun/java2d/cmm/lcms/lcms2.h
! jdk/src/share/native/sun/java2d/cmm/lcms/lcms2_internal.h
! jdk/src/share/native/sun/java2d/cmm/lcms/lcms2_plugin.h

Changeset: 9bcceb06
Branch: master
Author:    SendaoYan <syan at openjdk.org>
Date:      2026-01-14 13:57:45 +0000
URL:       https://git.openjdk.org/jdk8u/commit/9bcceb06ae80bb7e56024a78f805bf13d074a9cc

8174734: Safepoint sync time did not increase

Reviewed-by: phh
Backport-of: c83db6b4d13ef015aed654311c10b87e570ac483

! jdk/test/sun/management/HotspotRuntimeMBean/GetSafepointSyncTime.java

Changeset: 39b804cd
Branch: master
Author:    Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2026-01-15 09:52:10 +0000
URL:       https://git.openjdk.org/jdk8u/commit/39b804cd421fc230a05768a06e97e6e05131e6e6

8375189: [8u] Problem list CAInterop.java#microsoftrsa2017

Reviewed-by: andrew

! jdk/test/ProblemList.txt

Changeset: 80eec4a1
Branch: master
Author:    Jonathan Dowland <jdowland at openjdk.org>
Date:      2026-01-15 10:09:44 +0000
URL:       https://git.openjdk.org/jdk8u/commit/80eec4a18b82e54d49c5ce261b87f26c28a2c9a7

8287011: Improve container information

Reviewed-by: sgehwolf, phh
Backport-of: 01f5a197102c377c6ce29b1e695657a75c414c3a

! hotspot/src/os/linux/vm/cgroupSubsystem_linux.hpp
! hotspot/src/os/linux/vm/cgroupV1Subsystem_linux.cpp
! hotspot/src/os/linux/vm/cgroupV1Subsystem_linux.hpp
! hotspot/src/os/linux/vm/cgroupV2Subsystem_linux.cpp
! hotspot/src/os/linux/vm/cgroupV2Subsystem_linux.hpp
! hotspot/src/os/linux/vm/osContainer_linux.cpp
! hotspot/src/os/linux/vm/osContainer_linux.hpp
! hotspot/src/os/linux/vm/os_linux.cpp
! hotspot/test/runtime/containers/docker/TestMisc.java

Changeset: dc19effc
Branch: master
Author:    SendaoYan <syan at openjdk.org>
Date:      2026-01-15 11:29:05 +0000
URL:       https://git.openjdk.org/jdk8u/commit/dc19effcf6720e1b46b22336b718e7d080ff0022

8223145: Replace wildcard address with loopback or local host in tests - part 1

Replaces binding to wildacard with alternative less susceptible to intermittent failure in some intermittently failing tests.

Reviewed-by: phh
Backport-of: 7d4520c109f408a7dbcdcc424dfef121e3eeaaa7

! jdk/test/com/sun/net/httpserver/bugs/B6361557.java
! jdk/test/java/net/Authenticator/B4722333.java
! jdk/test/java/net/HttpURLConnection/UnmodifiableMaps.java
! jdk/test/java/net/ResponseCache/ResponseCacheTest.java
! jdk/test/java/net/Socket/GetLocalAddress.java
! jdk/test/java/net/Socket/SetReceiveBufferSize.java
! jdk/test/java/net/Socket/SoTimeout.java
! jdk/test/java/net/Socket/TestAfterClose.java
! jdk/test/java/net/Socket/UrgentDataTest.java
! jdk/test/java/net/URL/GetContent.java
! jdk/test/java/net/URLConnection/B5052093.java
! jdk/test/lib/testlibrary/jdk/testlibrary/net/URIBuilder.java
! jdk/test/sun/net/ftp/TestFtpClientNameListWithNull.java
! jdk/test/sun/net/www/http/HttpClient/ProxyTest.java
! jdk/test/sun/net/www/http/HttpURLConnection/PostOnDelete.java
! jdk/test/sun/net/www/http/KeepAliveStream/KeepAliveStreamClose.java
! jdk/test/sun/net/www/httptest/TestHttpServer.java
! jdk/test/sun/net/www/protocol/http/B8012625.java
! jdk/test/sun/net/www/protocol/http/Finalizer.java
! jdk/test/sun/net/www/protocol/http/ResponseCacheStream.java
! jdk/test/sun/net/www/protocol/https/HttpsURLConnection/CookieHandlerTest.java

Changeset: 9954f8fd
Branch: master
Author:    SendaoYan <syan at openjdk.org>
Date:      2026-01-15 11:31:33 +0000
URL:       https://git.openjdk.org/jdk8u/commit/9954f8fd7d4ad3f607bec91fb64d39aa208cb447

8186149: quarantine gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java

Reviewed-by: phh
Backport-of: 19ead83208381512fa2c89673b8d992b6106cc1c

! hotspot/test/ProblemList.txt

Changeset: 76b62686
Branch: master
Author:    Sergey Bylokhov <serb at openjdk.org>
Date:      2026-01-18 23:21:17 +0000
URL:       https://git.openjdk.org/jdk8u/commit/76b626867f7c436e493566c2cc5d6ac847420894

8312518: [macos13] setFullScreenWindow() shows black screen on macOS 13 & above

Reviewed-by: shade
Backport-of: 37123ee7a5058ec81f2ef85a68fe9ae43b0ba216

! jdk/src/macosx/native/sun/awt/AWTWindow.m
+ jdk/test/java/awt/FullScreen/SetFullScreenTest.java

Changeset: e3256d66
Branch: master
Author:    Roman Marchenko <rmarchenko at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2026-01-22 13:42:05 +0000
URL:       https://git.openjdk.org/jdk8u/commit/e3256d666af55ad8a6e33754c7a76eb8743cad88

8350813: Rendering of bulky sound bank from MIDI sequence can cause OutOfMemoryError

Reviewed-by: sgehwolf
Backport-of: fcc2a24291d499f7149debad1250903ddc369d91

! jdk/src/share/classes/com/sun/media/sound/AudioFileSoundbankReader.java
+ jdk/test/javax/sound/midi/BulkSoundBank/BulkSoundBank.java

Changeset: 056cb52b
Branch: master
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2026-01-24 13:51:17 +0000
URL:       https://git.openjdk.org/jdk8u/commit/056cb52b36a6508d22baed7be0e1afb8c0aee09d

Merge


Changeset: ffdc8d89
Branch: master
Author:    Jiří Vaněk <jvanek at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2026-01-27 11:07:12 +0000
URL:       https://git.openjdk.org/jdk8u/commit/ffdc8d8946c307a2ce911b2e6f6fa654c71d81b6

8360869: jcstress is able to crash jdk8 on aarch64 with jfr on

Reviewed-by: aph

! common/autoconf/generated-configure.sh
! common/autoconf/toolchain.m4

Changeset: 7d760016
Branch: master
Author:    Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2026-01-28 12:09:08 +0000
URL:       https://git.openjdk.org/jdk8u/commit/7d760016307487ef2a871d99f71933f0ccab9cb6

8376352: [8u] Build failure on Windows 32-bit after JDK-8362308
8376272: [8u] Windows x86-32 fails to build after JDK-8359501

Reviewed-by: andrew

! jdk/src/share/native/sun/awt/medialib/mlib_ImageScanPoly.c
! jdk/src/windows/native/sun/windows/awt_Desktop.cpp
+ jdk/src/windows/native/sun/windows/awt_Desktop.h

Changeset: 6926a463
Branch: master
Author:    Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2026-01-28 15:48:51 +0000
URL:       https://git.openjdk.org/jdk8u/commit/6926a4633c10f113b627578f88b5cd688361c85a

8376225: [8u] GHA: Apply work-around for missing JNF for MacOSX builds

Co-authored-by: Zdenek Zambersky <zzambers at openjdk.org>
Reviewed-by: andrew

! .github/workflows/submit.yml

Changeset: e5dd8fa9
Branch: master
Author:    Adam Farley <afarley at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2026-01-28 16:59:55 +0000
URL:       https://git.openjdk.org/jdk8u/commit/e5dd8fa981446a45524c229e5ec4f92501aa6fdb

8376338: Test7005594.sh fails when given a memory value with decimals

Reviewed-by: sgehwolf

! hotspot/test/compiler/5091921/Test7005594.sh

Changeset: 6ddf46a3
Branch: master
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2026-01-31 02:27:11 +0000
URL:       https://git.openjdk.org/jdk8u/commit/6ddf46a354e5fe6e057a2b636dea4f66dcdab139

8374899: [8u] Fully handle clang as the toolchain in flags.m4

Reviewed-by: sgehwolf, serb

! .github/workflows/submit.yml
! common/autoconf/flags.m4
! common/autoconf/generated-configure.sh



More information about the jdk8u-dev-changes mailing list