git: openjdk/aarch32-port-jdk8u: master: 24 new changesets

Sergey Nazarkin snazarki at openjdk.org
Thu May 4 12:43:23 UTC 2023


Changeset: 3d1fc4bf
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2023-03-03 18:04:02 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/3d1fc4bf31e7b4bc7f3d0627f7aee44fe48d414c

8303462: Bump update version of OpenJDK: 8u382

Reviewed-by: sgehwolf

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

Changeset: eb2aee68
Author:    Dongbo He <dongbohe at openjdk.org>
Committer: Roland Westrelin <roland at openjdk.org>
Date:      2023-03-06 14:56:38 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/eb2aee68eaff5d4880b52bc8c01967215dd6a741

8185736: missing default exception handler in calls to rethrow_Stub

Reviewed-by: roland
Backport-of: b97f668af3f55c0d67cdd7a4a191bd81cdc4aa78

! hotspot/src/share/vm/opto/doCall.cpp
! hotspot/src/share/vm/opto/output.cpp

Changeset: 7c5d77cb
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2023-03-08 02:58:56 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/7c5d77cbd2cf993643d48ded46342e01772a96cc

Merge


Changeset: a7fb08c2
Author:    Zdenek Zambersky <zzambers at openjdk.org>
Date:      2023-03-14 18:32:07 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/a7fb08c286f0181a3bb725b88a7da8c651202be0

8293815: P11PSSSignature.engineUpdate should not print debug messages during normal operation

Backport-of: 80615a6f39bf8929908804ce3f9f5c6d4b3f2864

! jdk/src/share/classes/sun/security/pkcs11/P11PSSSignature.java

Changeset: d6f81510
Author:    Zdenek Zambersky <zzambers at openjdk.org>
Date:      2023-03-14 18:32:53 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/d6f8151053f40ccd8c23b9f9eecb40c306a6253f

8282600: SSLSocketImpl should not use user_canceled workaround when not necessary

Backport-of: e80528bf2bd1c87fc1394dd32015281ac6652363

! jdk/src/share/classes/sun/security/ssl/SSLSocketImpl.java

Changeset: ad41d908
Author:    Zdenek Zambersky <zzambers at openjdk.org>
Date:      2023-03-21 11:31:16 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/ad41d908eb4655782eb85272d28ccad80fa648eb

8293232: Fix race condition in pkcs11 SessionManager

Backport-of: 939741c0a0a4a5ce2c68d14b15e1f42563bc653d

! jdk/src/share/classes/sun/security/pkcs11/SessionManager.java

Changeset: ae6405fe
Author:    Zdenek Zambersky <zzambers at openjdk.org>
Date:      2023-03-21 11:31:56 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/ae6405fe642c8b5092c82ed22b41a281f49961b5

8289301: P11Cipher should not throw out of bounds exception during padding

Reviewed-by: phh
Backport-of: 7d8991978bbe1cc03ba2386f5e699239ba47934c

! jdk/src/share/classes/sun/security/pkcs11/P11Cipher.java
+ jdk/test/sun/security/pkcs11/Cipher/TestPaddingOOB.java

Changeset: de0e5a2d
Author:    Zdenek Zambersky <zzambers at openjdk.org>
Date:      2023-03-21 11:32:39 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/de0e5a2dcb61d3827e38e56655f5263813bfcc0f

8152432: Implement setting jtreg @requires properties vm.flavor, vm.bits, vm.compMode

Reviewed-by: phh, sgehwolf
Backport-of: 24a9e0ac188a37dc57cc4d1bb8d8635abb4c4f89

! hotspot/test/TEST.ROOT
! hotspot/test/runtime/Metaspace/MaxMetaspaceSizeTest.java
! hotspot/test/runtime/NMT/HugeArenaTracking.java
! hotspot/test/runtime/SharedArchiveFile/DefaultUseWithClient.java
+ test/jtreg-ext/requires/VMProps.java

Changeset: ca1c3b1e
Author:    Ravali Yatham <rayatha1 at in.ibm.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2023-03-27 14:49:05 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/ca1c3b1efd8fbe0716e2e6e3b287856299e9ceef

8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message

Reviewed-by: phh
Backport-of: 9f9d678591e02ecaeae7b81eeefb0ba41c7b4dae

! jdk/src/share/classes/java/lang/reflect/Proxy.java

Changeset: 5dc33f2c
Author:    Stewart X Addison <sxa at redhat.com>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2023-03-27 15:49:33 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/5dc33f2c9c4de56b76ee56a3526c2fa21394aea2

8295530: Update Zlib Data Compression Library to Version 1.2.13

Reviewed-by: andrew, sgehwolf
Backport-of: 6042c6b9bbacbff1bd47f087f0f19646a20eef97

! THIRD_PARTY_README
! jdk/src/share/native/java/util/zip/zlib/README
! jdk/src/share/native/java/util/zip/zlib/compress.c
! jdk/src/share/native/java/util/zip/zlib/crc32.h
! jdk/src/share/native/java/util/zip/zlib/deflate.c
! jdk/src/share/native/java/util/zip/zlib/deflate.h
! jdk/src/share/native/java/util/zip/zlib/gzguts.h
! jdk/src/share/native/java/util/zip/zlib/gzlib.c
! jdk/src/share/native/java/util/zip/zlib/gzread.c
! jdk/src/share/native/java/util/zip/zlib/gzwrite.c
! jdk/src/share/native/java/util/zip/zlib/infback.c
! jdk/src/share/native/java/util/zip/zlib/inffast.c
! jdk/src/share/native/java/util/zip/zlib/inflate.c
! jdk/src/share/native/java/util/zip/zlib/inflate.h
! jdk/src/share/native/java/util/zip/zlib/inftrees.c
! jdk/src/share/native/java/util/zip/zlib/inftrees.h
! jdk/src/share/native/java/util/zip/zlib/patches/ChangeLog_java
! jdk/src/share/native/java/util/zip/zlib/trees.c
! jdk/src/share/native/java/util/zip/zlib/uncompr.c
! jdk/src/share/native/java/util/zip/zlib/zconf.h
! jdk/src/share/native/java/util/zip/zlib/zcrc32.c
! jdk/src/share/native/java/util/zip/zlib/zlib.h
! jdk/src/share/native/java/util/zip/zlib/zutil.c
! jdk/src/share/native/java/util/zip/zlib/zutil.h

Changeset: cd40350f
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2023-03-28 18:24:15 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/cd40350f0e69faf4d9a4658408798eb6e389f573

Merge

Reviewed-by: sgehwolf


Changeset: d41618f3
Author:    Alexey Bakhtin <abakhtin at openjdk.org>
Date:      2023-04-04 10:29:11 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/d41618f34f1d2f5416ec3c035f33dcb15cf5ab99

8271199: Mutual TLS handshake fails signing client certificate with custom sensitive PKCS11 key

Reviewed-by: andrew, mbalao
Backport-of: f6232982b91cb2314e96ddbde3984836a810a556

! jdk/src/share/classes/sun/security/rsa/RSAPSSSignature.java
! jdk/src/share/classes/sun/security/rsa/RSAPrivateCrtKeyImpl.java

Changeset: 1ee22a75
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2023-04-04 16:16:37 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/1ee22a7584b79ca66e5dffa1276d55e385eb1909

8263059: security/infra/java/security/cert/CertPathValidator/certification/ComodoCA.java fails due to revoked cert

Reviewed-by: sgehwolf
Backport-of: 0d0aa7ce8116db959836d59477598a8427a4c16f

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

Changeset: f1c1f969
Author:    Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2023-04-07 18:11:14 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/f1c1f969a77c9841cf87b2434fa90dcf4002c6be

8278851: Correct signer logic for jars signed with multiple digest algorithms

Reviewed-by: mbalao, andrew
Backport-of: cbe497394786ff76a09f9743040e3ba96ee8298f

! jdk/src/share/classes/java/util/jar/JarVerifier.java
! jdk/src/share/classes/sun/security/util/ManifestEntryVerifier.java
+ jdk/test/sun/security/tools/jarsigner/disdigest/JarWithOneNonDisabledDigestAlg.java

Changeset: 4445e5cc
Author:    Paul Hohensee <phh at openjdk.org>
Date:      2023-04-13 18:24:54 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/4445e5ccc86212c167a3af66ed6c4e6389905bef

8263404: RsaPrivateKeySpec is always recognized as RSAPrivateCrtKeySpec in RSAKeyFactory.engineGetKeySpec

Reviewed-by: simonis, mbalao, andrew
Backport-of: a5d7de235101696463dba22792703c6809ff7fc4

! jdk/src/share/classes/sun/security/pkcs11/P11RSAKeyFactory.java
! jdk/src/share/classes/sun/security/rsa/RSAKeyFactory.java
! jdk/test/java/security/KeyFactory/KeyFactoryGetKeySpecForInvalidSpec.java
+ jdk/test/sun/security/pkcs11/nss/p11-nss-sensitive.txt
+ jdk/test/sun/security/pkcs11/rsa/TestP11KeyFactoryGetRSAKeySpec.java

Changeset: 721c0ee3
Author:    Victor Rudometov <vrudomet at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2023-04-17 15:47:04 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/721c0ee3d790b7dfbaa7b1018e4921a1d4751fd2

8305113: (tz) Update Timezone Data to 2023c

Reviewed-by: andrew
Backport-of: ed9592c6e81f82e2bf6508ce45ba15aad8232181

! jdk/make/data/tzdata/VERSION
! jdk/make/data/tzdata/africa
! jdk/make/data/tzdata/antarctica
! jdk/make/data/tzdata/asia
! jdk/make/data/tzdata/australasia
! jdk/make/data/tzdata/backward
! jdk/make/data/tzdata/europe
! jdk/make/data/tzdata/iso3166.tab
! jdk/make/data/tzdata/leapseconds
! jdk/make/data/tzdata/northamerica
! jdk/make/data/tzdata/southamerica
! jdk/make/data/tzdata/zone.tab
! jdk/src/share/classes/sun/util/calendar/ZoneInfoFile.java
! jdk/test/java/util/TimeZone/TimeZoneData/VERSION
! jdk/test/java/util/TimeZone/TimeZoneData/aliases.txt
! jdk/test/java/util/TimeZone/TimeZoneData/displaynames.txt
! jdk/test/java/util/TimeZone/TimeZoneTest.java
! jdk/test/sun/util/calendar/zi/tzdata/VERSION
! jdk/test/sun/util/calendar/zi/tzdata/africa
! jdk/test/sun/util/calendar/zi/tzdata/antarctica
! jdk/test/sun/util/calendar/zi/tzdata/asia
! jdk/test/sun/util/calendar/zi/tzdata/australasia
! jdk/test/sun/util/calendar/zi/tzdata/backward
! jdk/test/sun/util/calendar/zi/tzdata/europe
! jdk/test/sun/util/calendar/zi/tzdata/iso3166.tab
! jdk/test/sun/util/calendar/zi/tzdata/leapseconds
! jdk/test/sun/util/calendar/zi/tzdata/northamerica
! jdk/test/sun/util/calendar/zi/tzdata/southamerica
! jdk/test/sun/util/calendar/zi/tzdata/zone.tab

Changeset: 43561ef4
Author:    Thomas Stuefe <stuefe at openjdk.org>
Date:      2023-04-19 11:37:40 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/43561ef435feae8d71913201dbb5e5503e1fc6f3

8151460: Metaspace counters can have inconsistent values

Reviewed-by: phh, sgehwolf
Backport-of: d30aeec30c3832b2514a6f06451897afdaf52fb3

! hotspot/test/gc/metaspace/TestMetaspacePerfCounters.java
! hotspot/test/gc/metaspace/TestPerfCountersAndMemoryPools.java

Changeset: b94b5684
Author:    Dan Lutker <lutkerd at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2023-04-19 16:43:36 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/b94b5684dcc98e880ab3ef5c343946b95ddf2702

8277881: Missing SessionID in TLS1.3 resumption in compatibility mode

Backport-of: 9d99a377bfb6ffa890db049aee575e97914fc2a1

! jdk/src/share/classes/sun/security/ssl/ClientHello.java
! jdk/src/share/classes/sun/security/ssl/SSLConfiguration.java
! jdk/test/javax/net/ssl/SSLSession/ResumeTLS13withSNI.java

Changeset: cfc654b0
Author:    Sergey Bylokhov <serb at openjdk.org>
Date:      2023-04-19 22:13:45 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/cfc654b01421b13dc6fe42783e6ae137e8b9e404

8215105: java/awt/Robot/HiDPIScreenCapture/ScreenCaptureTest.java: Wrong Pixel Color

Reviewed-by: phh
Backport-of: 5bffde3d4ff623283e342d902439b3ca5ebe81f5

! jdk/src/macosx/native/sun/awt/CRobot.m
+ jdk/test/java/awt/Robot/CheckCommonColors/CheckCommonColors.java

Changeset: 644e79d9
Author:    Alexander Scherbatiy <alexsch at openjdk.org>
Date:      2023-04-20 12:34:32 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/644e79d9440ea7ba08f25b762d3d739e511c8f40

8276841: Add support for Visual Studio 2022

Reviewed-by: sgehwolf
Backport-of: 0ba5a81e7c0117855665a28a43f9589635e94222

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

Changeset: 0e018191
Author:    Alexander Scherbatiy <alexsch at openjdk.org>
Date:      2023-04-20 12:42:38 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/0e018191eb40beedfd8bdf70e6f1854e733dcb17

8282345: handle latest VS2022 in abstract_vm_version

Reviewed-by: sgehwolf
Backport-of: 1d9108f4f7d07e1be916bd0595ff4262c4e835c5

! hotspot/src/share/vm/runtime/vm_version.cpp

Changeset: 7878655e
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2023-04-20 20:52:18 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/7878655eb64403ba7e84d1afe80cd8c00459535e

Merge

! jdk/src/share/classes/sun/security/ssl/SSLSocketImpl.java
! jdk/src/share/classes/sun/security/ssl/SSLSocketImpl.java

Changeset: 3147b1ba
Author:    Joshua Zhu <jzhu at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2023-04-25 19:51:50 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/3147b1bafe12326a97269655de46f066931f3ee4

8305165: [8u] ServiceThread::nmethods_do is not called to keep nmethods from being zombied while in the queue

Reviewed-by: phh

! hotspot/src/share/vm/runtime/thread.hpp

Changeset: c3b0fa1e
Author:    Sergey Nazarkin <snazarki at openjdk.org>
Date:      2023-05-03 21:48:32 +0000
URL:       https://git.openjdk.org/aarch32-port-jdk8u/commit/c3b0fa1e1383f526bc7e446cafe8e4f2f8548e86

Merge

! .jcheck/conf
! common/autoconf/generated-configure.sh
! hotspot/src/share/vm/runtime/thread.hpp
! hotspot/src/share/vm/runtime/vm_version.cpp
! .jcheck/conf
! common/autoconf/generated-configure.sh
! hotspot/src/share/vm/runtime/thread.hpp
! hotspot/src/share/vm/runtime/vm_version.cpp



More information about the aarch32-port-dev mailing list