git: openjdk/jdk8u: 13 new changesets

Andrew John Hughes andrew at openjdk.org
Thu Jul 31 11:17:11 UTC 2025


Changeset: a01bf318
Branch: master
Author:    Sergey Bylokhov <serb at openjdk.org>
Date:      2025-06-02 10:03:02 +0000
URL:       https://git.openjdk.org/jdk8u/commit/a01bf3180fe943be81529408b9208ee992336be1

8275303: sun/java2d/pipe/InterpolationQualityTest.java fails with D3D basic render driver

Reviewed-by: aph
Backport-of: bc0379ea1a22a2631b49ecd6a331352bec81c1c6

! jdk/src/windows/native/sun/java2d/d3d/D3DBadHardware.h

Changeset: 6f0f298a
Branch: master
Author:    Dmitry Cherepanov <dcherepanov at openjdk.org>
Date:      2025-06-02 13:43:21 +0000
URL:       https://git.openjdk.org/jdk8u/commit/6f0f298a77e881e1ea7a222240514ae3fc19ade2

8340387: Update OS detection code to recognize Windows Server 2025

Reviewed-by: phh
Backport-of: 34cddfbedd20d5804cab8044fbc402564e98eb9c

! hotspot/src/os/windows/vm/os_windows.cpp
! jdk/src/windows/native/java/lang/java_props_md.c

Changeset: bf175426
Branch: master
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2025-06-04 11:57:08 +0000
URL:       https://git.openjdk.org/jdk8u/commit/bf1754263cffbe07fc1e84d38b839177b173cc16

8358328: Bump update version of OpenJDK: 8u472

Reviewed-by: sgehwolf

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

Changeset: 4f923420
Branch: master
Author:    Taizo Kurashige <tkurashige at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2025-06-10 14:07:36 +0000
URL:       https://git.openjdk.org/jdk8u/commit/4f9234206475401978f3cc33286cbc41f2c8bc1b

8351624: [8u] Xerces-J version wrong in THIRD_PARTY_README after JDK-7150324

Reviewed-by: sgehwolf

! THIRD_PARTY_README

Changeset: 51b63079
Branch: master
Author:    Thomas Fitzsimmons <fitzsim at redhat.com>
Committer: Andrew John Hughes <andrew at openjdk.org>
Date:      2025-06-16 23:04:07 +0000
URL:       https://git.openjdk.org/jdk8u/commit/51b6307937d9584f8690e4916444e479eeafff28

8339414: Fix JDK-8202369 incorrect backport for 8u

Reviewed-by: andrew

! jdk/src/solaris/native/java/net/Inet4AddressImpl.c

Changeset: f08dd7fb
Branch: master
Author:    SendaoYan <syan at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2025-06-24 14:07:01 +0000
URL:       https://git.openjdk.org/jdk8u/commit/f08dd7fb6abfb94d72625859c1357ad094cd4d2b

8352302: Test sun/security/tools/jarsigner/TimestampCheck.java is failing

Reviewed-by: phh
Backport-of: 577ede73d8e916bac9050d3bee80d2f18cc833a7

! jdk/test/sun/security/tools/jarsigner/TimestampCheck.java

Changeset: 5a6e681f
Branch: master
Author:    SendaoYan <syan at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2025-06-24 14:08:10 +0000
URL:       https://git.openjdk.org/jdk8u/commit/5a6e681faecd7ea2df0a278f58075f6e38e62cce

8228658: test GetTotalSafepointTime.java fails on fast Linux machines with Total safepoint time 0 ms

Reviewed-by: phh
Backport-of: c4e0c2656caaba67128f75d733b4452def9a7afc

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

Changeset: fd623637
Branch: master
Author:    SendaoYan <syan at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2025-06-24 14:09:13 +0000
URL:       https://git.openjdk.org/jdk8u/commit/fd6236376fd2d94bb589a985ddd5b7d323c03a07

8205653: test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java and RmiSslBootstrapTest.sh fail with handshake_failure

Test failure due to unsupported DSA keys

Reviewed-by: phh
Backport-of: 136331b7f064d6d61abf3c09ba7106dc9a22a531

! jdk/test/sun/management/jmxremote/bootstrap/management_ssltest11_ok.properties.in
+ jdk/test/sun/management/jmxremote/bootstrap/management_ssltest15_ok.properties.in
! jdk/test/sun/management/jmxremote/bootstrap/ssl/Readme.txt
! jdk/test/sun/management/jmxremote/bootstrap/ssl/keystore
! jdk/test/sun/management/jmxremote/bootstrap/ssl/truststore

Changeset: 8a5c3db3
Branch: master
Author:    Long Yang <lyang at openjdk.org>
Committer: Denghui Dong <ddong at openjdk.org>
Date:      2025-06-26 09:37:12 +0000
URL:       https://git.openjdk.org/jdk8u/commit/8a5c3db33936c703f50a0cab593a8474e7abafb7

8312065: Socket.connect does not timeout when profiling

Reviewed-by: phh
Backport-of: 1ce12c4f33d3d6905703d95df2574f4037dfd57d

! jdk/src/aix/native/java/net/aix_close.c
! jdk/src/solaris/native/java/net/bsd_close.c
! jdk/src/solaris/native/java/net/linux_close.c
+ jdk/test/java/net/Socket/B8312065.java
+ jdk/test/java/net/Socket/B8312065.sh
+ jdk/test/java/net/Socket/NativeThread.java
+ jdk/test/java/net/Socket/libNativeThread.c

Changeset: eb64e7f8
Branch: master
Author:    Ao Qi <aoqi at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2025-06-26 10:35:43 +0000
URL:       https://git.openjdk.org/jdk8u/commit/eb64e7f801c15f47b04db589d4ebb9be100e1d1b

8044051: Test jdk/lambda/vm/InterfaceAccessFlagsTest.java gets IOException during compilation

Create the gen-separate directory in the current directory to improve robustness

Backport-of: 9b8b6695108762063f96a275d9567bed72b88126

! jdk/test/jdk/lambda/separate/Compiler.java

Changeset: d0281bed
Branch: master
Author:    Antonio Vieiro <avieirov at redhat.com>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2025-07-07 15:58:58 +0000
URL:       https://git.openjdk.org/jdk8u/commit/d0281bedf07a51f6b8b93ba156b615d76f561c63

8358538: Update GHA Windows runner to 2025

Reviewed-by: sgehwolf
Backport-of: 0927ca70e66ef27b38cbf5c0dd2851c796218067

! .github/workflows/submit.yml

Changeset: 35d219b4
Branch: master
Author:    SendaoYan <syan at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2025-07-08 08:36:55 +0000
URL:       https://git.openjdk.org/jdk8u/commit/35d219b4d4864cb05e145feaf3f5a1aeeb158c8a

8081734: ConcurrentHashMap/ConcurrentAssociateTest.java, times out 90% of time on sparc with 256 cpu.

Backport-of: 6e48caf2507d4a45e1861ee699a32a5e459d70c2

! jdk/test/java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTest.java

Changeset: af84892a
Branch: master
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2025-07-18 15:48:34 +0000
URL:       https://git.openjdk.org/jdk8u/commit/af84892a33772b0624c44902ebb354c8debad13f

Merge




More information about the jdk8u-dev-changes mailing list