git: openjdk/jdk21u: master: 12 new changesets
Matthias Baesken
mbaesken at openjdk.org
Wed Sep 3 07:02:59 UTC 2025
Changeset: c9fb99c0
Branch: master
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2025-08-27 10:58:25 +0000
URL: https://git.openjdk.org/jdk21u/commit/c9fb99c0ab4a12dd41c78da4fc1a9442e5b982ef
8356324: JVM crash (SIGSEGV at ClassListParser::resolve_indy_impl) during -Xshare:dump starting from 21.0.5
Reviewed-by: phh
Backport-of: 506625b768c940a3f4fc2efce485d9207ca61cfe
! src/hotspot/share/oops/cpCache.hpp
Changeset: dfab0632
Branch: master
Author: Feilong Jiang <fjiang at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
Date: 2025-08-27 10:59:43 +0000
URL: https://git.openjdk.org/jdk21u/commit/dfab0632f2fe53d524bd74a1c42cb00fcb00a672
8362838: RISC-V: Incorrect matching rule leading to improper oop instruction encoding
Reviewed-by: fyang
Backport-of: 0ba2942c6e7aadc3d091c40f6bd8d9f7502f5f76
! src/hotspot/cpu/riscv/riscv.ad
Changeset: e94c0e0f
Branch: master
Author: Satyen Subramaniam <ssubramaniam at openjdk.org>
Date: 2025-08-27 17:29:42 +0000
URL: https://git.openjdk.org/jdk21u/commit/e94c0e0fc0a3701b4bbe651181b312e1c6267965
8354285: Open source Swing tests Batch 3
Backport-of: 4c99489420bd73159eca6bae22442f7b29156c1d
+ test/jdk/com/sun/java/swing/plaf/motif/MenuItem/AcceleratorDelimiter/MotifLAFMenuAcceleratorDelimiter.java
+ test/jdk/com/sun/java/swing/plaf/motif/SplitPane/4141400/bug4141400.java
+ test/jdk/com/sun/java/swing/plaf/windows/MenuItem/4685843/bug4685843.java
Changeset: 64b7c178
Branch: master
Author: Satyen Subramaniam <ssubramaniam at openjdk.org>
Date: 2025-08-27 17:30:07 +0000
URL: https://git.openjdk.org/jdk21u/commit/64b7c1787260e67a6e2b2266d2300840feb6588f
8355429: Open source ProgressMonitor test
Backport-of: 3b7f43f95e061274020deaa1eecdb8182a6b64e1
+ test/jdk/javax/swing/ProgressMonitor/bug4401480.java
Changeset: 4c3f0f39
Branch: master
Author: Cesar Soares Lucas <cslucas at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
Date: 2025-08-27 17:34:00 +0000
URL: https://git.openjdk.org/jdk21u/commit/4c3f0f393b8edecf54f6480a09437b2cb5ffe670
8343607: C2: Shenandoah crashes during barrier expansion in Continuation::enter
Reviewed-by: shade
Backport-of: 45c914c3ad8fbc406af9ba9dec97f11c28c91299
! src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.cpp
Changeset: 67824424
Branch: master
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2025-08-28 11:55:03 +0000
URL: https://git.openjdk.org/jdk21u/commit/678244244c9663e0c06b2d3e50ef7ad7818ed4f8
8338939: Simplify processing of hidden class names
Backport-of: 0f667103db7842fe9d3399f56baee0a5def4529e
! src/hotspot/share/jfr/support/jfrSymbolTable.cpp
! src/hotspot/share/jfr/support/jfrSymbolTable.hpp
Changeset: c3a37618
Branch: master
Author: Thomas Stuefe <stuefe at openjdk.org>
Date: 2025-08-28 17:05:48 +0000
URL: https://git.openjdk.org/jdk21u/commit/c3a37618d2ed48039734529467cd92e7075697ed
8352765: G1CollectedHeap::expand_and_allocate() may fail to allocate even after heap expansion succeeds
Backport-of: 804a8fa4e96a32be2b38c2d0906dc5861a292007
! src/hotspot/share/gc/g1/g1Policy.cpp
Changeset: 43c56170
Branch: master
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2025-09-01 07:16:00 +0000
URL: https://git.openjdk.org/jdk21u/commit/43c5617000ed84d4214692cfbffcf169e03b071a
8351487: [ubsan] jvmti.h runtime error: load of value which is not a valid value
Backport-of: bf3cfbeff414356aaf2b0933568ff648beace2c5
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag002/TestDescription.java
Changeset: 2cea4814
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2025-09-01 11:35:48 +0000
URL: https://git.openjdk.org/jdk21u/commit/2cea481400937afbf8104829814eeb73c26fe097
8342074: Fix runtime/Thread/TestAlwaysPreTouchStacks.java to be flagless or accept VM flags
Reviewed-by: rschmelter
Backport-of: 9291abc6337f8cf480806f4b2996ec905b021704
! test/hotspot/jtreg/runtime/Thread/TestAlwaysPreTouchStacks.java
Changeset: 1cdf8f54
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2025-09-01 11:37:16 +0000
URL: https://git.openjdk.org/jdk21u/commit/1cdf8f5497f2b986c13a1c263d806a31d67fe015
8350807: Certificates using MD5 algorithm that are disabled by default are incorrectly allowed in TLSv1.3 when re-enabled
Reviewed-by: mbaesken
Backport-of: abb23828f9dc5f4cdb75d5b924dd6f45925102cd
! src/java.base/share/classes/sun/security/ssl/CertSignAlgsExtension.java
! src/java.base/share/classes/sun/security/ssl/CertificateMessage.java
! src/java.base/share/classes/sun/security/ssl/CertificateRequest.java
! src/java.base/share/classes/sun/security/ssl/ClientHello.java
! src/java.base/share/classes/sun/security/ssl/PreSharedKeyExtension.java
! src/java.base/share/classes/sun/security/ssl/ServerHello.java
! src/java.base/share/classes/sun/security/ssl/SessionTicketExtension.java
! src/java.base/share/classes/sun/security/ssl/SignatureAlgorithmsExtension.java
! src/java.base/share/classes/sun/security/ssl/SignatureScheme.java
! test/jdk/javax/net/ssl/HttpsURLConnection/CriticalSubjectAltName.java
! test/jdk/javax/net/ssl/templates/SSLSocketTemplate.java
! test/jdk/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java
! test/jdk/sun/net/www/protocol/https/HttpsURLConnection/IPAddressIPIdentities.java
! test/jdk/sun/net/www/protocol/https/HttpsURLConnection/IPIdentities.java
! test/jdk/sun/net/www/protocol/https/HttpsURLConnection/Identities.java
+ test/jdk/sun/security/ssl/SignatureScheme/MD5NotAllowedInTLS13CertificateSignature.java
Changeset: 0cd56aec
Branch: master
Author: SendaoYan <syan at openjdk.org>
Date: 2025-09-01 15:03:39 +0000
URL: https://git.openjdk.org/jdk21u/commit/0cd56aec60f2940a637b0fe2f31fdedd5abefca7
8362855: Test java/net/ipv6tests/TcpTest.java should report SkippedException when there no ia4addr or ia6addr
Backport-of: 0f49f65af3ac85b93ccf140dcfad823fb03b5ce1
! test/jdk/java/net/ipv6tests/TcpTest.java
Changeset: 48f48ec7
Branch: master
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2025-09-02 11:49:51 +0000
URL: https://git.openjdk.org/jdk21u/commit/48f48ec7f2507cb8335b190c9178446cfd55b027
8360518: Docker tests do not work when asan is configured
Reviewed-by: rschmelter
Backport-of: 01b15bc1f961f43ae11db0c15f45763c4ec4180b
! test/hotspot/jtreg/containers/docker/DockerBasicTest.java
! test/hotspot/jtreg/containers/docker/ShareTmpDir.java
! test/hotspot/jtreg/containers/docker/TestCPUAwareness.java
! test/hotspot/jtreg/containers/docker/TestCPUSets.java
! test/hotspot/jtreg/containers/docker/TestContainerInfo.java
! test/hotspot/jtreg/containers/docker/TestJFREvents.java
! test/hotspot/jtreg/containers/docker/TestJFRNetworkEvents.java
! test/hotspot/jtreg/containers/docker/TestJFRWithJMX.java
! test/hotspot/jtreg/containers/docker/TestJcmdWithSideCar.java
! test/hotspot/jtreg/containers/docker/TestLimitsUpdating.java
! test/hotspot/jtreg/containers/docker/TestMemoryWithCgroupV1.java
! test/hotspot/jtreg/containers/docker/TestMisc.java
! test/hotspot/jtreg/containers/docker/TestPids.java
! test/jdk/jdk/internal/platform/docker/TestDockerBasic.java
! test/jdk/jdk/internal/platform/docker/TestDockerCpuMetrics.java
! test/jdk/jdk/internal/platform/docker/TestDockerMemoryMetrics.java
! test/jdk/jdk/internal/platform/docker/TestGetFreeSwapSpaceSize.java
! test/jdk/jdk/internal/platform/docker/TestLimitsUpdating.java
! test/jdk/jdk/internal/platform/docker/TestPidsLimit.java
! test/jdk/jdk/internal/platform/docker/TestSystemMetrics.java
! test/jdk/jdk/internal/platform/docker/TestUseContainerSupport.java
More information about the jdk-updates-changes
mailing list