From snazarki at openjdk.org Thu Feb 8 11:03:38 2024 From: snazarki at openjdk.org (Sergey Nazarkin) Date: Thu, 8 Feb 2024 11:03:38 GMT Subject: git: openjdk/aarch32-port-jdk8u: master: 19 new changesets Message-ID: <1ddc53b6-dffd-4311-af14-76d03d521ea6@openjdk.org> Changeset: 0464401c Author: Andrew John Hughes Date: 2023-11-27 17:34:36 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/0464401cc5d8e4ce52e7e32a82b631d5ba9db310 8320713: Bump update version of OpenJDK: 8u412 Reviewed-by: sgehwolf ! .jcheck/conf ! common/autoconf/version-numbers Changeset: 3b9c787e Author: Andrew John Hughes Date: 2023-11-28 03:17:41 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/3b9c787e3c8ec3f89bf041d37c0b2d1484a2ada0 8208655: use JTreg skipped status in hotspot tests 8023735: [TESTBUG][macosx] runtime/XCheckJniJsig/XCheckJSig.java fails on MacOS X 8208701: Fix for JDK-8208655 causes test failures in CI tier1 8208706: compiler/tiered/ConstantGettersTransitionsTest.java fails to compile 8186095: upgrade to jtreg 4.2 b08 8183503: Update hotspot tests to allow for unique test classes directory 8213410: UseCompressedOops requirement check fails fails on 32-bit system Reviewed-by: stuefe, sgehwolf Backport-of: 17b730d7edf7be91ee841180ea6a59b26c0c567a ! hotspot/test/ProblemList.txt ! hotspot/test/TEST.ROOT ! hotspot/test/compiler/classUnloading/anonymousClass/TestAnonymousClassUnloading.java ! hotspot/test/compiler/tiered/ConstantGettersTransitionsTest.java ! hotspot/test/compiler/tiered/LevelTransitionTest.java ! hotspot/test/compiler/tiered/NonTieredLevelsTest.java ! hotspot/test/compiler/tiered/TieredLevelsTest.java ! hotspot/test/gc/arguments/TestAggressiveHeap.java ! hotspot/test/gc/g1/TestHumongousShrinkHeap.java ! hotspot/test/gc/g1/TestLargePageUseForAuxMemory.java ! hotspot/test/gc/g1/TestShrinkAuxiliaryData.java ! hotspot/test/gc/g1/TestShrinkAuxiliaryData00.java ! hotspot/test/gc/g1/TestShrinkAuxiliaryData05.java ! hotspot/test/gc/g1/TestShrinkAuxiliaryData10.java ! hotspot/test/gc/g1/TestShrinkAuxiliaryData15.java ! hotspot/test/gc/g1/TestShrinkAuxiliaryData20.java ! hotspot/test/gc/g1/TestShrinkAuxiliaryData25.java ! hotspot/test/gc/g1/TestShrinkAuxiliaryData30.java ! hotspot/test/gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java ! hotspot/test/gc/metaspace/TestMetaspaceMemoryPool.java ! hotspot/test/runtime/6819213/TestBootNativeLibraryPath.java ! hotspot/test/runtime/CompressedOops/CompressedClassPointers.java ! hotspot/test/runtime/CompressedOops/CompressedKlassPointerAndOops.java ! hotspot/test/runtime/ErrorHandling/TestOnError.java ! hotspot/test/runtime/Metaspace/FragmentMetaspaceSimple.java ! hotspot/test/runtime/Metaspace/MaxMetaspaceSizeTest.java ! hotspot/test/runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java ! hotspot/test/runtime/SharedArchiveFile/CdsSameObjectAlignment.java ! hotspot/test/runtime/XCheckJniJsig/XCheckJSig.java ! hotspot/test/runtime/memory/LargePages/TestLargePagesFlags.java ! hotspot/test/runtime/os/AvailableProcessors.java ! hotspot/test/runtime/testlibrary/ClassUnloadCommon.java ! hotspot/test/serviceability/jvmti/GetObjectSizeOverflow.java ! test/jtreg-ext/requires/VMProps.java + test/lib/jtreg/SkippedException.java Changeset: b2655a72 Author: Andrew John Hughes Date: 2023-11-28 03:31:30 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/b2655a72590ef27304c38638554bc25bda9793bc 8297955: LDAP CertStore should use LdapName and not String for DNs 8224768: Test ActalisCA.java fails Reviewed-by: sgehwolf Backport-of: 7f1047edba68cfe2fa2660030cb3dd1abad49e4f ! jdk/src/share/classes/sun/security/provider/certpath/ldap/LDAPCertStore.java ! jdk/test/ProblemList.txt ! jdk/test/security/infra/java/security/cert/CertPathValidator/certification/ActalisCA.java Changeset: 2f81fb4b Author: Zdenek Zambersky Date: 2023-11-28 10:37:30 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/2f81fb4b586097e5cb3e139e2131dd7a5b6312a5 8251551: Use .md filename extension for README Reviewed-by: phh Backport-of: 4fbe635b21e3aba14dba760168a2f8965c7b29f5 - README + README.md Changeset: a226a47d Author: Andrew John Hughes Date: 2023-11-28 14:42:47 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/a226a47d4367145583cd3821e96397ac1170f6d0 8312126: NullPointerException in CertStore.getCRLs after 8297955 Reviewed-by: sgehwolf Backport-of: 3c743cfea00692d0b938cb1cbde936084eecf369 ! jdk/src/share/classes/sun/security/provider/certpath/ldap/LDAPCertStore.java Changeset: 8cf7c968 Author: Taizo Kurashige Committer: Paul Hohensee Date: 2023-11-29 13:55:19 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/8cf7c96813c7f26ee922a2db44a8b5cc97324985 8021961: setAlwaysOnTop doesn't behave correctly in Linux/Solaris under certain scenarios Reviewed-by: andrew Backport-of: 09a7c4bc4624dd39ab5500c394c1e298a43a711a ! jdk/src/solaris/classes/sun/awt/X11/XWindowPeer.java + jdk/test/java/awt/Window/MultiWindowApp/ChildAlwaysOnTopTest.java Changeset: b05e6799 Author: Taizo Kurashige Committer: Paul Hohensee Date: 2023-11-29 15:12:07 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/b05e6799d30a7e5e5b88f12914cd3d0f88aab729 8222323: ChildAlwaysOnTopTest.java fails with "RuntimeException: Failed to unset alwaysOnTop" Reviewed-by: sgehwolf Backport-of: 837928ba7955dbfd4a9c966209c3469c0fb5e195 ! jdk/test/java/awt/Window/MultiWindowApp/ChildAlwaysOnTopTest.java Changeset: b610be3d Author: Andrew John Hughes Date: 2023-12-02 00:36:43 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/b610be3da454727b1b22631f24beab165777d6a9 8308592: Framework for CA interoperability testing 8272708: [Test]: Cleanup: test/jdk/security/infra/java/security/cert/CertPathValidator/certification/BuypassCA.java no longer needs ocspEnabled 8288132: Update test artifacts in QuoVadis CA interop tests 8268678: LetsEncryptCA.java test fails as Let?s Encrypt Authority X3 is retired 8270280: security/infra/java/security/cert/CertPathValidator/certification/LetsEncryptCA.java OCSP response error Reviewed-by: sgehwolf Backport-of: c4faab66933b5977a466f28c31cba9fc099c8fb4 - jdk/test/security/infra/java/security/cert/CertPathValidator/certification/ActalisCA.java - jdk/test/security/infra/java/security/cert/CertPathValidator/certification/AmazonCA.java - jdk/test/security/infra/java/security/cert/CertPathValidator/certification/BuypassCA.java + jdk/test/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java + jdk/test/security/infra/java/security/cert/CertPathValidator/certification/CertignaCA.java - jdk/test/security/infra/java/security/cert/CertPathValidator/certification/CertignaRoots.java - jdk/test/security/infra/java/security/cert/CertPathValidator/certification/ComodoCA.java - jdk/test/security/infra/java/security/cert/CertPathValidator/certification/EntrustCA.java - jdk/test/security/infra/java/security/cert/CertPathValidator/certification/GlobalSignR6CA.java - jdk/test/security/infra/java/security/cert/CertPathValidator/certification/GoDaddyCA.java - jdk/test/security/infra/java/security/cert/CertPathValidator/certification/GoogleCA.java - jdk/test/security/infra/java/security/cert/CertPathValidator/certification/LetsEncryptCA.java - jdk/test/security/infra/java/security/cert/CertPathValidator/certification/MicrosoftTLS.java - jdk/test/security/infra/java/security/cert/CertPathValidator/certification/QuoVadisCA.java - jdk/test/security/infra/java/security/cert/CertPathValidator/certification/SSLCA.java - jdk/test/security/infra/java/security/cert/CertPathValidator/certification/TWCAGlobalCA.java - jdk/test/security/infra/java/security/cert/CertPathValidator/certification/TeliaSoneraCA.java + jdk/test/security/infra/java/security/cert/CertPathValidator/certification/ValidatePathWithURL.java Changeset: 74a3dddd Author: Severin Gehwolf Date: 2023-12-05 16:34:44 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/74a3ddddd7784b513911bedb999c967fbed92e92 8315757: [8u] Add cacerts JTREG tests to GHA tier1 test set Reviewed-by: phh, andrew ! jdk/test/TEST.groups Changeset: 3db93fce Author: Sergey Bylokhov Date: 2023-12-08 18:05:12 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/3db93fcef419c4fe5bcc6fadfb3203a10a9d85f2 8301310: The SendRawSysexMessage test may cause a JVM crash Reviewed-by: andrew Backport-of: d725b73df01ae4478dfaabc47c48cd7231d91afa ! jdk/src/share/native/com/sun/media/sound/MidiOutDevice.c ! jdk/test/javax/sound/midi/SysexMessage/SendRawSysexMessage.java Changeset: fc8c4008 Author: Severin Gehwolf Date: 2023-12-11 10:41:16 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/fc8c4008c46a41fbd83a5d41de69e8532a4f5b23 8317373: Add Telia Root CA v2 Reviewed-by: phh, andrew Backport-of: d3ebb4a155be8ed93e79b6b58c645e861ec30267 + jdk/make/data/cacerts/teliarootcav2 ! jdk/test/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java ! jdk/test/sun/security/lib/cacerts/VerifyCACerts.java Changeset: 4d1c3a6c Author: Severin Gehwolf Date: 2023-12-11 15:43:12 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/4d1c3a6c39a8630968e83cfd2b71dc0c3c938eaf 8317374: Add Let's Encrypt ISRG Root X2 Reviewed-by: phh, andrew Backport-of: e6f46a43268808d0cbbb3bb93c73aa8e4cbfad83 + jdk/make/data/cacerts/letsencryptisrgx2 ! jdk/test/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java ! jdk/test/sun/security/lib/cacerts/VerifyCACerts.java Changeset: 7098ac7b Author: Severin Gehwolf Date: 2023-12-11 19:23:26 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/7098ac7ba63ab08d96605caf25173848111fd0db 8318759: Add four DigiCert root certificates Reviewed-by: phh, andrew Backport-of: 0ea58048f9b4cdaaa0470b2bcc03913fb3939453 + jdk/make/data/cacerts/digicertcseccrootg5 + jdk/make/data/cacerts/digicertcsrsarootg5 + jdk/make/data/cacerts/digicerttlseccrootg5 + jdk/make/data/cacerts/digicerttlsrsarootg5 ! jdk/test/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java + jdk/test/security/infra/java/security/cert/CertPathValidator/certification/DigicertCSRootG5.java ! jdk/test/sun/security/lib/cacerts/VerifyCACerts.java Changeset: 31162fb2 Author: Severin Gehwolf Date: 2023-12-13 14:58:02 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/31162fb2760d01e1fd4a84bcb796400d95c82506 8319187: Add three eMudhra emSign roots Reviewed-by: andrew Backport-of: 0bda467f6e29c866c661e88a76a9fe3efc0a0d19 + jdk/make/data/cacerts/emsigneccrootcag3 + jdk/make/data/cacerts/emsignrootcag1 + jdk/make/data/cacerts/emsignrootcag2 ! jdk/test/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java + jdk/test/security/infra/java/security/cert/CertPathValidator/certification/EmSignRootG2CA.java ! jdk/test/sun/security/lib/cacerts/VerifyCACerts.java Changeset: 2131e407 Author: Alexey Bakhtin Date: 2023-12-15 20:08:18 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/2131e40736a1c6e0dceb25fb0d27ff80d9dcb497 8302017: Allocate BadPaddingException only if it will be thrown Reviewed-by: mbalao, andrew Backport-of: 334b977259930368160db705c1f2feda0b0e8707 ! jdk/src/share/classes/com/sun/crypto/provider/RSACipher.java ! jdk/src/share/classes/sun/security/pkcs11/P11Signature.java ! jdk/src/share/classes/sun/security/rsa/RSAPadding.java ! jdk/src/share/classes/sun/security/rsa/RSASignature.java + jdk/test/sun/security/rsa/RSAPaddingCheck.java Changeset: a645ef48 Author: Alexey Bakhtin Date: 2023-12-16 19:28:58 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/a645ef48c572e5b06710ae9d49bc4459ad1fa0f2 8320597: RSA signature verification fails on signed data that does not encode params correctly Reviewed-by: sgehwolf, mbalao, andrew Backport-of: 11e4a925bec3c1f79e03045d48def53188b655e6 ! jdk/src/share/classes/sun/security/rsa/RSASignature.java + jdk/test/sun/security/rsa/WithoutNULL.java Changeset: d898d401 Author: Andrew John Hughes Date: 2023-12-18 13:57:02 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/d898d4018e0a16f2115f4b1cbf93eb5e653b789b Merge Changeset: 552c6866 Author: Andrew John Hughes Date: 2024-01-18 01:04:44 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/552c6866d8ad71ef247b5303f78fa7a65506aea9 Merge Changeset: c78a833a Author: Sergey Nazarkin Date: 2024-02-05 20:05:56 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/c78a833a6f75454b757a5384206c19cd65f20860 Merge tag 'jdk8u412-b01' ! .jcheck/conf ! .jcheck/conf From snazarki at openjdk.org Tue Feb 20 10:59:42 2024 From: snazarki at openjdk.org (Sergey Nazarkin) Date: Tue, 20 Feb 2024 10:59:42 GMT Subject: git: openjdk/aarch32-port-jdk8u: master: 12 new changesets Message-ID: <9b7ab534-3d96-48e4-9c09-2849a76364fe@openjdk.org> Changeset: 4a69ad28 Author: Andrew John Hughes Date: 2024-01-31 22:04:21 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/4a69ad286bd13b2d0723df56d08c808cd968151c 8324184: Windows VS2010 build failed with "error C2275: 'int64_t'" Reviewed-by: sgehwolf Backport-of: 4f80edfae10e83f2709f297a553d2128712e4b51 ! jdk/src/share/native/common/check_code.c Changeset: 430caf9a Author: Sergey Nazarkin Date: 2024-02-20 08:29:45 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/430caf9a5e5814e9422e7bd555b84e967dbd0db9 Merge tag 'jdk8u412-b02' Changeset: 474c8c1b Author: Sergey Bylokhov Date: 2024-02-06 17:55:38 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/474c8c1b4b15a009991d79d4e1646239c271575a 8192931: Regression test java/awt/font/TextLayout/CombiningPerf.java fails Backport-of: 54a29a4470a0482c6b7f9f2d695e357044e684a7 - jdk/test/java/awt/font/TextLayout/CombiningPerf.java Changeset: 15e2c0b5 Author: Dan Lutker Committer: Severin Gehwolf Date: 2024-02-06 18:04:37 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/15e2c0b58c74e723d7686abc6ec244351508aaf6 8322725: (tz) Update Timezone Data to 2023d Reviewed-by: sgehwolf Backport-of: 2a9c3589d941d9a57e536ea0b3d7919c6ddb82dc ! 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/test/java/util/TimeZone/TimeZoneData/VERSION ! 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: f4f45e34 Author: Sergey Bylokhov Date: 2024-02-07 01:55:58 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/f4f45e34012154be8661020824a19c48fd2ead71 8321060: [8u] hotspot needs to recognise VS2022 Reviewed-by: phh ! hotspot/make/windows/makefiles/compile.make ! hotspot/make/windows/makefiles/sanity.make ! hotspot/make/windows/makefiles/vm.make Changeset: 818c53ec Author: Sergey Bylokhov Date: 2024-02-08 00:56:12 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/818c53ec4621c9afe3a2435ea9378e9e28f1cda8 8315042: NPE in PKCS7.parseOldSignedData Backport-of: 8c0d026d0f508e0c896fd28d725915c52d1b689d ! jdk/src/share/classes/sun/security/pkcs/PKCS7.java ! jdk/test/sun/security/x509/X509CRLImpl/UnexpectedNPE.java Changeset: cfed45d1 Author: Dhamoder Nalla Committer: Severin Gehwolf Date: 2024-02-08 10:22:30 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/cfed45d15a36cd92aec873f38c46cd085ee0b9b1 8155590: Dubious collection management in sun.net.www.http.KeepAliveCache Reviewed-by: sgehwolf Backport-of: 2e31cc7ee1b875af7c7b3a5367ac8056fbc60650 ! jdk/src/share/classes/sun/net/www/http/KeepAliveCache.java Changeset: cebac73c Author: Sergey Nazarkin Date: 2024-02-20 08:30:21 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/cebac73c92589f2c100e8087e8ef69ea867ea4e7 Merge tag 'jdk8u412-b03' Changeset: abb49756 Author: Zdenek Zambersky Date: 2024-02-12 11:34:07 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/abb497565705b46e2a745faa97253284041e7bf4 8011180: Delete obsolete scripts Backport-of: 1e0966b6cfaf37d3a543782ee65427185b1ac13c - make/scripts/hgforest.sh - make/scripts/webrev.ksh Changeset: 3dc011b7 Author: Zdenek Zambersky Date: 2024-02-12 22:36:27 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/3dc011b7ff955f6c1334058f300708412b21a3ad 8323202: [8u] Remove get_source.sh and hgforest.sh Reviewed-by: phh, andrew - common/bin/hgforest.sh - get_source.sh Changeset: dce53000 Author: Alexey Bakhtin Date: 2024-02-15 13:56:15 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/dce530003ca50a94e2305dfb10653304863f799a 8168518: rcache interop with krb5-1.15 Reviewed-by: andrew Backport-of: e10da9956fba577bcc097b63eb3b4d09896fa77d ! jdk/src/share/classes/sun/security/krb5/KrbApReq.java ! jdk/src/share/classes/sun/security/krb5/internal/rcache/AuthTime.java ! jdk/src/share/classes/sun/security/krb5/internal/rcache/AuthTimeWithHash.java ! jdk/src/share/classes/sun/security/krb5/internal/rcache/DflCache.java ! jdk/test/sun/security/krb5/auto/ReplayCacheExpunge.java ! jdk/test/sun/security/krb5/auto/ReplayCachePrecise.java ! jdk/test/sun/security/krb5/auto/ReplayCacheTestProc.java + jdk/test/sun/security/krb5/auto/rcache_usemd5.sh Changeset: cf0f8ff8 Author: Sergey Nazarkin Date: 2024-02-20 08:30:39 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/cf0f8ff8ea36913be23fc0095215bc0d37ffa798 Merge tag 'jdk8u412-b04'