git: openjdk/jdk15u: 10 new changesets

Yuri Nesterenko yan at openjdk.org
Mon Aug 29 11:46:31 UTC 2022


Changeset: ed0200ad
Author:    Ekaterina Vergizova <evergizova at openjdk.org>
Date:      2022-08-02 11:52:38 +0000
URL:       https://git.openjdk.org/jdk15u/commit/ed0200ad98eb666dc8b67e9afd5c788075056b9a

8280684: JfrRecorderService failes with guarantee(num_written > 0) when no space left on device.

Reviewed-by: yan
Backport-of: 9471f24ca191832669a13e5a1ea73f7097a25927

! src/hotspot/share/jfr/jni/jfrJavaSupport.cpp
! src/hotspot/share/jfr/jni/jfrJavaSupport.hpp
! src/hotspot/share/jfr/writers/jfrStreamWriterHost.inline.hpp

Changeset: b176776d
Author:    Jan Kratochvil <jan at jankratochvil.net>
Committer: Dmitry Cherepanov <dcherepanov at openjdk.org>
Date:      2022-08-04 08:16:44 +0000
URL:       https://git.openjdk.org/jdk15u/commit/b176776dad1bde8e638a7be3de8f406e163d8bfa

8290417: CDS cannot archive lamda proxy with useImplMethodHandle

Reviewed-by: dcherepanov
Backport-of: 4dc421caa02caedd7061ede6a5ec44dbb6ec738e

! src/java.base/share/classes/java/lang/invoke/InnerClassLambdaMetafactory.java
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/runtime/cds/appcds/LambdaWithUseImplMethodHandle.java
+ test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/DynamicLambdaWithUseImplMethodHandle.java
+ test/hotspot/jtreg/runtime/cds/appcds/test-classes/LambdaWithUseImplMethodHandleApp.java
+ test/hotspot/jtreg/runtime/cds/appcds/test-classes/pkg1/BaseWithProtectedMethod.java
+ test/hotspot/jtreg/runtime/cds/appcds/test-classes/pkg2/Child.jcod

Changeset: 1e3901d0
Author:    Yuri Nesterenko <yan at openjdk.org>
Date:      2022-08-16 06:58:54 +0000
URL:       https://git.openjdk.org/jdk15u/commit/1e3901d02d8cfa76d6fe5cb13e3ff92a7d380d69

8283277: ISO 4217 Amendment 171 Update

Reviewed-by: dcherepanov
Backport-of: c4dc58e12e197562dce90c0027aa74c29047cea6

! make/data/currency/CurrencyData.properties
! src/java.base/share/classes/sun/util/resources/CurrencyNames.properties
! test/jdk/java/util/Currency/ValidateISO4217.java
! test/jdk/java/util/Currency/tablea1.txt
! test/jdk/sun/text/resources/LocaleData
! test/jdk/sun/text/resources/LocaleDataTest.java

Changeset: 0af73588
Author:    Yuri Nesterenko <yan at openjdk.org>
Date:      2022-08-16 10:36:31 +0000
URL:       https://git.openjdk.org/jdk15u/commit/0af73588a0e4195bce536174d7f815316db968c8

8289549: ISO 4217 Amendment 172 Update

Reviewed-by: dcherepanov
Backport-of: 604ea90d55ac8354fd7287490ef59b8e3ce020d1

! make/data/currency/CurrencyData.properties
! test/jdk/java/util/Currency/tablea1.txt

Changeset: 0ec5a527
Author:    Alexey Bakhtin <abakhtin at openjdk.org>
Date:      2022-08-22 08:06:56 +0000
URL:       https://git.openjdk.org/jdk15u/commit/0ec5a527e13b0a5a9ad1248d47c9e0a48e13a66e

8269039: Disable SHA-1 Signed JARs

Reviewed-by: yan
Backport-of: 6d91a3eb7bd1e1403cfb67f7eb8ce06d7e08e7a7

! src/java.base/share/classes/module-info.java
! src/java.base/share/classes/sun/security/provider/certpath/AlgorithmChecker.java
! src/java.base/share/classes/sun/security/provider/certpath/CertPathConstraintsParameters.java
! src/java.base/share/classes/sun/security/provider/certpath/PKIX.java
! src/java.base/share/classes/sun/security/provider/certpath/PKIXCertPathValidator.java
! src/java.base/share/classes/sun/security/provider/certpath/SunCertPathBuilder.java
! src/java.base/share/classes/sun/security/util/DisabledAlgorithmConstraints.java
! src/java.base/share/classes/sun/security/util/JarConstraintsParameters.java
! src/java.base/share/conf/security/java.security
! src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java
- test/jdk/java/security/Security/signedfirst/Dyn.sh
+ test/jdk/java/security/Security/signedfirst/DynStatic.java
- test/jdk/java/security/Security/signedfirst/Static.sh
+ test/jdk/java/security/Security/signedfirst/com/sun/exp/provider/EXP.java
+ test/jdk/java/security/Security/signedfirst/com/sun/exp/provider/SHA.java
- test/jdk/java/security/Security/signedfirst/exp.jar
- test/jdk/java/security/Security/signedfirst/keystore.jks
! test/jdk/java/util/jar/JarFile/Signed.jar
! test/jdk/java/util/jar/JarFile/test.jar
! test/jdk/java/util/jar/JarInputStream/signed.jar
! test/jdk/sun/security/tools/jarsigner/DiffEnd.java
! test/jdk/sun/security/tools/jarsigner/OldSig.java
+ test/jdk/sun/security/tools/jarsigner/OldSig.props
! test/jdk/sun/security/tools/jarsigner/Test4431684.java
! test/jdk/sun/security/tools/jarsigner/TimestampCheck.java

Changeset: 3bcf79bb
Author:    Ekaterina Vergizova <evergizova at openjdk.org>
Date:      2022-08-22 11:55:07 +0000
URL:       https://git.openjdk.org/jdk15u/commit/3bcf79bb682c78e2cbfa796f77ca3b4dbe589afb

8261354: SIGSEGV at MethodIteratorHost

Backport-of: 24623167ffbf8e192ef539fd0a969412719f850c

! src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp

Changeset: a8a31041
Author:    Yuri Nesterenko <yan at openjdk.org>
Date:      2022-08-23 12:35:14 +0000
URL:       https://git.openjdk.org/jdk15u/commit/a8a310412981c7ba444ded56953aa80121c4751b

8282071: Update java.xml module-info

Reviewed-by: dcherepanov
Backport-of: c86c51cc72e3457756434b9150b0c5ef2f5d496d

! src/java.xml/share/classes/module-info.java

Changeset: 297b9673
Author:    Yuri Nesterenko <yan at openjdk.org>
Date:      2022-08-25 09:22:24 +0000
URL:       https://git.openjdk.org/jdk15u/commit/297b96730f55d4a2a0674d94ccfd567fc375e930

8286594: (zipfs) Mention paths with dot elements in ZipException and cleanups

Backport-of: 80cf9f3464c599fb7860432bf4ed506a3b298d8e

! src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipFileSystem.java

Changeset: 03bf615f
Author:    Yuri Nesterenko <yan at openjdk.org>
Date:      2022-08-25 15:59:49 +0000
URL:       https://git.openjdk.org/jdk15u/commit/03bf615f2dc97926b6da0aaf69720dac4c796123

7131823: bug in GIFImageReader

Backport-of: a31130fd4056907edcb420761722c629a33273eb

! src/java.desktop/share/classes/com/sun/imageio/plugins/gif/GIFImageReader.java
+ test/jdk/javax/imageio/plugins/gif/GIFLargeTableIndexTest.java

Changeset: e7fdc3a6
Author:    Yuri Nesterenko <yan at openjdk.org>
Date:      2022-08-26 13:35:27 +0000
URL:       https://git.openjdk.org/jdk15u/commit/e7fdc3a6e2ca9d7959f0242436d46bed6fb5e540

8283441: C2: segmentation fault in ciMethodBlocks::make_block_at(int)

Backport-of: 947869609ce6b74d4d28f79724b823d8781adbed

! src/hotspot/share/c1/c1_GraphBuilder.cpp
! src/hotspot/share/ci/ciMethodBlocks.cpp
! src/hotspot/share/compiler/methodLiveness.cpp
+ test/hotspot/jtreg/compiler/parsing/Custom.jasm
+ test/hotspot/jtreg/compiler/parsing/UnreachableBlockFallsThroughEndOfCode.java



More information about the jdk-updates-changes mailing list