git: openjdk/jdk21u: master: 13 new changesets

Rob McKenna robm at openjdk.org
Tue Aug 8 10:54:50 UTC 2023


Changeset: a228185e
Author:    Roger Riggs <rriggs at openjdk.org>
Date:      2023-08-01 14:35:29 +0000
URL:       https://git.openjdk.org/jdk21u/commit/a228185ebbda9b2004262b494f648ab62078fcde

8310033: Clarify return value of Java Time compareTo methods

Reviewed-by: naoto
Backport-of: 8650026ff16e5c5eff897f9fd39c0c35fd8b7367

! src/java.base/share/classes/java/time/Duration.java
! src/java.base/share/classes/java/time/Instant.java
! src/java.base/share/classes/java/time/LocalDate.java
! src/java.base/share/classes/java/time/LocalDateTime.java
! src/java.base/share/classes/java/time/LocalTime.java
! src/java.base/share/classes/java/time/MonthDay.java
! src/java.base/share/classes/java/time/OffsetDateTime.java
! src/java.base/share/classes/java/time/OffsetTime.java
! src/java.base/share/classes/java/time/Year.java
! src/java.base/share/classes/java/time/YearMonth.java
! src/java.base/share/classes/java/time/ZoneOffset.java
! src/java.base/share/classes/java/time/chrono/AbstractChronology.java
! src/java.base/share/classes/java/time/chrono/ChronoLocalDate.java
! src/java.base/share/classes/java/time/chrono/ChronoLocalDateTime.java
! src/java.base/share/classes/java/time/chrono/ChronoZonedDateTime.java
! src/java.base/share/classes/java/time/chrono/Chronology.java
! src/java.base/share/classes/java/time/zone/ZoneOffsetTransition.java

Changeset: f34ac12a
Author:    Justin Lu <jlu at openjdk.org>
Date:      2023-08-01 23:00:14 +0000
URL:       https://git.openjdk.org/jdk21u/commit/f34ac12aa7c2b932bf2f4c7a58e4dfdf228edfd2

8039165: [Doc] MessageFormat null locale generates NullPointerException

Reviewed-by: naoto, iris
Backport-of: c6396dceb9a64578d5b335af27ad1d968190a1fa

! src/java.base/share/classes/java/text/MessageFormat.java
- test/jdk/java/text/Format/MessageFormat/Bug6481179.java
+ test/jdk/java/text/Format/MessageFormat/MessageFormatExceptions.java

Changeset: 5a74a8d6
Author:    Christoph Langer <clanger at openjdk.org>
Date:      2023-08-02 07:31:52 +0000
URL:       https://git.openjdk.org/jdk21u/commit/5a74a8d6c383f6d6f6fb604158305d0c8b5e5829

8313404: Fix section label in test/jdk/ProblemList.txt

Reviewed-by: mbaesken
Backport-of: 94b50b714a3d7696908e13b44eceeec60b82fcc6

! test/jdk/ProblemList.txt

Changeset: c3519d0e
Author:    Christoph Langer <clanger at openjdk.org>
Date:      2023-08-02 07:32:20 +0000
URL:       https://git.openjdk.org/jdk21u/commit/c3519d0e53fcf3e6a787791402f0cffb1b22956a

8313256: Exclude failing multicast tests on AIX

Reviewed-by: mbaesken
Backport-of: 98a915a54ce62da7cebc1f0ab07dab276291a1d1

! test/jdk/ProblemList.txt

Changeset: 20ca0465
Author:    Jorn Vernee <jvernee at openjdk.org>
Date:      2023-08-02 10:58:43 +0000
URL:       https://git.openjdk.org/jdk21u/commit/20ca0465b59b601d669ff17f19eec5df782f1d27

8313023: Return value corrupted when using CCS + isTrivial (mainline)

Reviewed-by: thartmann, mcimadamore
Backport-of: 6fca28988794b52a6aa974bed1ed6f4f07e0994b

! src/hotspot/cpu/aarch64/downcallLinker_aarch64.cpp
! src/hotspot/cpu/ppc/downcallLinker_ppc.cpp
! src/hotspot/cpu/riscv/downcallLinker_riscv.cpp
! src/hotspot/cpu/x86/downcallLinker_x86_64.cpp
! test/jdk/java/foreign/capturecallstate/TestCaptureCallState.java

Changeset: f87a70de
Author:    Christoph Langer <clanger at openjdk.org>
Date:      2023-08-03 07:37:42 +0000
URL:       https://git.openjdk.org/jdk21u/commit/f87a70debe721714422aa67ee52cdc1c978e3d67

8303549: [AIX] TestNativeStack.java is failing with exit value 1

Reviewed-by: mbaesken
Backport-of: 5ff42d14294199eb3bf10b66530f9249fb68810d

! test/hotspot/jtreg/runtime/jni/getCreatedJavaVMs/exeGetCreatedJavaVMs.c
! test/hotspot/jtreg/runtime/jni/nativeStack/libnativeStack.c

Changeset: 610812d4
Author:    Christoph Langer <clanger at openjdk.org>
Date:      2023-08-03 07:39:47 +0000
URL:       https://git.openjdk.org/jdk21u/commit/610812d4743d9ef9f6e92f7f2eea179fbdf81387

8311822: AIX : test/jdk/java/foreign/TestLayouts.java fails because of different output - expected [[i4](struct)] but found [[I4](struct)]

Reviewed-by: mbaesken
Backport-of: d1cc2782606e8a3cfead9055aa845e48e851edd4

! test/jdk/java/foreign/TestLayouts.java

Changeset: f5320429
Author:    Christoph Langer <clanger at openjdk.org>
Date:      2023-08-03 07:40:21 +0000
URL:       https://git.openjdk.org/jdk21u/commit/f532042919f3117dce32586cd69edebd075a5205

8309088: security/infra/java/security/cert/CertPathValidator/certification/AmazonCA.java fails

Reviewed-by: mbaesken
Backport-of: 4c2e54fb055bee0af5cd838fdd32a0f7902d51e3

! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/AmazonCA.java

Changeset: 46dd7333
Author:    Matthias Baesken <mbaesken at openjdk.org>
Date:      2023-08-03 08:47:02 +0000
URL:       https://git.openjdk.org/jdk21u/commit/46dd7333a6da9cbc497c59848fa125a806e9a8a6

8312574: jdk/jdk/jfr/jvm/TestChunkIntegrity.java  fails with timeout

Reviewed-by: clanger
Backport-of: 34173ff0d11667baffa6604e6f1886b8976ab2c2

! test/jdk/jdk/jfr/jvm/TestChunkIntegrity.java

Changeset: fd789db5
Author:    Justin Lu <jlu at openjdk.org>
Date:      2023-08-03 20:49:36 +0000
URL:       https://git.openjdk.org/jdk21u/commit/fd789db510181886ffd3aa36ab06389a76d53e0b

8312572: JDK 21 RDP2 L10n resource files update

Reviewed-by: naoto, iris
Backport-of: 9b55e9a706de9893b1a71c7a6a4e23c4b8842f18

! src/java.base/share/classes/sun/launcher/resources/launcher_de.properties
! src/java.base/share/classes/sun/launcher/resources/launcher_ja.properties
! src/java.base/share/classes/sun/launcher/resources/launcher_zh_CN.properties
! src/java.desktop/macosx/classes/com/apple/laf/resources/aqua_ja.properties
! src/java.xml/share/classes/com/sun/org/apache/xalan/internal/res/XSLTErrorResources_zh_CN.java
! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLSchemaMessages_zh_CN.properties
! src/java.xml/share/classes/com/sun/org/apache/xml/internal/res/XMLErrorResources_zh_CN.java
! src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_zh_CN.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler_de.properties
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler_ja.properties
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler_zh_CN.properties
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac_zh_CN.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard_zh_CN.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets_de.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets_ja.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets_zh_CN.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc_zh_CN.properties
! src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap_zh_CN.properties
! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps_de.properties
! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps_ja.properties
! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps_zh_CN.properties
! src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink_de.properties
! src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink_ja.properties
! src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink_zh_CN.properties
! src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins_de.properties
! src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins_ja.properties
! src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins_zh_CN.properties
! src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources_zh_CN.properties
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n_de.properties
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n_ja.properties
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n_zh_CN.properties

Changeset: 4273487e
Author:    Stefan Karlsson <stefank at openjdk.org>
Date:      2023-08-04 11:33:06 +0000
URL:       https://git.openjdk.org/jdk21u/commit/4273487ee2d4324a48140cf9a548fb1f3f3fe08a

8313593: Generational ZGC: NMT assert when the heap fails to expand

Reviewed-by: eosterlund
Backport-of: 19e2c8c321823c056091e6e9f6c3d0db7ba9ec2b

! src/hotspot/share/gc/z/zPhysicalMemory.cpp

Changeset: bfe037a4
Author:    Jesper Wilhelmsson <jwilhelm at openjdk.org>
Date:      2023-08-07 23:39:12 +0000
URL:       https://git.openjdk.org/jdk21u/commit/bfe037a476976f4ab38f79d52c8bcd82782d786c

8312985: Remove EA from the JDK 21 version string with first RC promotion on August 10, 2023

Reviewed-by: mikael

! make/conf/version-numbers.conf

Changeset: aafd687c
Author:    Rob McKenna <robm at openjdk.org>
Date:      2023-08-08 10:53:05 +0000
URL:       https://git.openjdk.org/jdk21u/commit/aafd687cb5958bb68ff29d11fd0c475551939429

Merge

! make/conf/version-numbers.conf
! test/jdk/ProblemList.txt
! make/conf/version-numbers.conf
! test/jdk/ProblemList.txt



More information about the jdk-updates-changes mailing list