From snazarki at openjdk.org Mon Oct 2 07:08:08 2023 From: snazarki at openjdk.org (Sergey Nazarkin) Date: Mon, 2 Oct 2023 07:08:08 GMT Subject: git: openjdk/aarch32-port-jdk8u: master: 20 new changesets Message-ID: Changeset: a039c8a5 Author: Tobias Gesellchen Committer: Paul Hohensee Date: 2023-08-07 17:55:48 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/a039c8a5d98abb2223a02a9591e805891259221f 8214046: [macosx] Undecorated Frame does not Iconify when set to Reviewed-by: phh, serb Backport-of: ab97f65242dad6ad1a7bfb8284954f202eb37369 ! jdk/src/macosx/native/sun/awt/AWTWindow.m ! jdk/test/java/awt/Frame/NormalToIconified/NormalToIconifiedTest.java Changeset: 893340a7 Author: Ben Taylor Committer: Paul Hohensee Date: 2023-08-09 16:13:49 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/893340a78b23b6dd6086a79d4d07cf220caaedc4 8040887: [TESTBUG] Remove test/runtime/6925573/SortMethodsTest.java Removed test/runtime/6925573/SortMethodsTest.java Reviewed-by: phh Backport-of: db9dcbd63b412cbc9cbbf537585b63a5ccbe8d46 - hotspot/test/runtime/6925573/SortMethodsTest.java Changeset: 710481f9 Author: sendaoYan Committer: Paul Hohensee Date: 2023-08-09 16:15:58 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/710481f9da9ed5253ed8db02320bd38e551caf46 8219804: java/net/MulticastSocket/Promiscuous.java fails intermittently due to NumberFormatException Reviewed-by: phh Backport-of: eccfec498d4062b582282f3b73bba84206a36046 ! jdk/test/java/net/MulticastSocket/Promiscuous.java Changeset: ab2d4274 Author: Sergey Bylokhov Date: 2023-08-09 16:47:05 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/ab2d4274459fe503bded639de5e8b80aca056454 8232225: Rework the fix for JDK-8071483 Reviewed-by: phh Backport-of: e4b73897adf47467461634ceb786540f46aa9eb7 = jdk/test/java/awt/ColorClass/HeadlessColor.java = jdk/test/java/awt/ColorClass/OpacityChange/OpacityChange.java = jdk/test/java/awt/color/GetMinMaxValue_ICC_ColorSpace.java = jdk/test/java/awt/color/ICC_Profile/GetInstanceBrokenStream.java = jdk/test/java/awt/color/LoadProfileWithSM.java = jdk/test/java/awt/color/LoadStandardProfilesTest.java Changeset: 86ea3f25 Author: Severin Gehwolf Date: 2023-08-11 08:50:49 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/86ea3f25b6b288919788d4ec99ff4cc0bab81413 8308788: [8u] Remove duplicate HaricaCA.java test Reviewed-by: phh, andrew - jdk/test/jdk/security/infra/java/security/cert/CertPathValidator/certification/HaricaCA.java Changeset: 949d8e77 Author: Severin Gehwolf Date: 2023-08-11 08:57:39 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/949d8e7783112977b644294620585513b7d63ae7 8287073: NPE from CgroupV2Subsystem.getInstance() Reviewed-by: andrew Backport-of: 744b822ab194a0f7ef4e7a4053be32c6a0889efc ! jdk/src/linux/classes/jdk/internal/platform/CgroupSubsystemFactory.java Changeset: 5f62e559 Author: Alexey Bakhtin Date: 2023-08-11 23:01:00 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/5f62e559fb5040c5d0021de4c3ee49e6fca6b087 6722928: Provide a default native GSS-API library on Windows Reviewed-by: phh, andrew Backport-of: 475996adc2aaa7af920f2e9711d0ace2ddd2430e ! jdk/make/lib/SecurityLibraries.gmk ! jdk/src/share/classes/sun/security/jgss/spnego/NegTokenTarg.java ! jdk/src/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java ! jdk/src/share/native/sun/security/jgss/wrapper/GSSLibStub.c ! jdk/src/share/native/sun/security/jgss/wrapper/NativeFunc.h ! jdk/src/share/native/sun/security/jgss/wrapper/NativeUtil.h ! jdk/src/share/native/sun/security/jgss/wrapper/gssapi.h + jdk/src/windows/native/sun/security/jgss/sspi_bridge/sspi.cpp Changeset: 0383fdef Author: Sergey Nazarkin Date: 2023-09-22 10:55:40 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/0383fdef7b7b630066b7257e96d6b8afdfb1bdf8 Merge Changeset: fc379423 Author: Severin Gehwolf Date: 2023-08-14 07:23:21 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/fc379423b48eef9d6aee2a0cda7c87353dd31f71 8287663: Add a regression test for JDK-8287073 Reviewed-by: phh, andrew Backport-of: 2d8c6490540e3ccea23b81129b2e4073915071e0 ! jdk/src/linux/classes/jdk/internal/platform/CgroupSubsystemFactory.java ! jdk/test/jdk/internal/platform/cgroup/TestCgroupSubsystemFactory.java Changeset: 32324003 Author: Ben Taylor Committer: Paul Hohensee Date: 2023-08-16 18:14:18 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/3232400385ca3797247bfba20a54616cf893c50f 8042726: [TESTBUG] TEST.groups file was not updated after runtime/6925573/SortMethodsTest.java removal Removed runtime/6925573/SortMethodsTest.java from TEST.groups Reviewed-by: sgehwolf Backport-of: 3e6986fb58400193cf02ce4566afcf8bd24b92de ! hotspot/test/TEST.groups Changeset: f562af47 Author: Sergey Nazarkin Date: 2023-09-22 10:56:17 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/f562af476ee989d4385d41f3631755c223692bd6 Merge Changeset: aa3e9dda Author: Dongbo He Committer: Severin Gehwolf Date: 2023-08-24 12:47:59 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/aa3e9dda3d733508ad8bcd6e290f716b189141d4 8202952: C2: Unexpected dead nodes after matching Reviewed-by: roland, andrew Backport-of: 50e3aa4150dc1dd18870c5725666188ab38ab7d5 ! hotspot/src/share/vm/opto/matcher.cpp + hotspot/test/compiler/c2/TestMatcherLargeOffset.java Changeset: f9292695 Author: Xin Liu Committer: Paul Hohensee Date: 2023-08-24 17:49:18 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/f92926955791c810469e412927f58f2ca634fe4b 8173072: zipfs fails to handle incorrect info-zip "extended timestamp extra field" Reviewed-by: phh, serb, andrew Backport-of: 248778d27a5f8a16e4c90a4f5a6632a7ca8e9a89 ! jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipFileSystem.java Changeset: 2e1f9fa6 Author: Sergey Nazarkin Date: 2023-09-22 10:56:31 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/2e1f9fa6d24432faa701c3ba43f8639eb53ced2b Merge ! hotspot/src/share/vm/opto/matcher.cpp ! hotspot/src/share/vm/opto/matcher.cpp Changeset: 599bb77c Author: Alexey Bakhtin Date: 2023-09-06 15:25:08 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/599bb77c451274bacdb38cb7fd2d8fe658846ab3 8225687: Newly added sspi.cpp in JDK-6722928 still contains some small errors Reviewed-by: andrew Backport-of: e03c2a270b291e7b1edcf4df491d6d386a882a87 ! jdk/src/share/native/sun/security/jgss/wrapper/NativeFunc.h ! jdk/src/share/native/sun/security/jgss/wrapper/gssapi.h ! jdk/src/windows/native/sun/security/jgss/sspi_bridge/sspi.cpp Changeset: 0ee1400d Author: Andrew John Hughes Date: 2023-09-14 17:06:17 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/0ee1400d7be107fec86a40900f21be0b6edfcdfc Merge Changeset: b86fe240 Author: Sergey Nazarkin Date: 2023-09-22 10:56:46 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/b86fe24043ae1d76e7fe54874cfd30e5102812a1 Merge Changeset: e74d29d6 Author: Severin Gehwolf Date: 2023-09-11 08:09:50 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/e74d29d67429a8059ec168882ee3b540dea67a1f 8295894: Remove SECOM certificate that is expiring in September 2023 Reviewed-by: andrew Backport-of: b40b1ca1f6ab606387bb1a466810f0e23dead560 - jdk/make/data/cacerts/secomscrootca1 ! jdk/test/sun/security/lib/cacerts/VerifyCACerts.java Changeset: 05254efc Author: Andrew John Hughes Date: 2023-09-14 17:07:36 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/05254efcaeac3b6149b9b11c46c861da8bfe2249 Merge Changeset: 7ef77ed9 Author: Sergey Nazarkin Date: 2023-09-22 10:56:59 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/7ef77ed9b259011e3363c69aa605c2f8ffb08884 Merge From snazarki at openjdk.org Thu Oct 5 09:26:17 2023 From: snazarki at openjdk.org (Sergey Nazarkin) Date: Thu, 5 Oct 2023 09:26:17 GMT Subject: git: openjdk/aarch32-port-jdk8u: master: 2 new changesets Message-ID: <5b65ff17-cc8d-4298-9d89-46758a368035@openjdk.org> Changeset: b24b03f9 Author: Severin Gehwolf Date: 2023-09-18 09:06:41 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/b24b03f9dbeb2c1e8b5cb0279659eee489bd9df4 8314960: Add Certigna Root CA - 2 Reviewed-by: andrew Backport-of: a44f8b059847135ecd0618cb04abbb0d2be1d2d0 + jdk/make/data/cacerts/certignarootca - jdk/test/security/infra/java/security/cert/CertPathValidator/certification/CertignaCA.java + jdk/test/security/infra/java/security/cert/CertPathValidator/certification/CertignaRoots.java ! jdk/test/sun/security/lib/cacerts/VerifyCACerts.java Changeset: 2eb37990 Author: Sergey Nazarkin Date: 2023-10-02 09:41:10 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/2eb379905d2c50c9346e04c83b6f1a392812b69c Merge From snazarki at openjdk.org Mon Oct 23 14:47:26 2023 From: snazarki at openjdk.org (Sergey Nazarkin) Date: Mon, 23 Oct 2023 14:47:26 GMT Subject: git: openjdk/aarch32-port-jdk8u: master: 13 new changesets Message-ID: <51d60485-2feb-4936-9826-04e04a700927@openjdk.org> Changeset: 1d6f9bd1 Author: Martin Balao Committer: Andrew John Hughes Date: 2023-09-19 01:36:16 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/1d6f9bd1ea09eb7866cdd1462b24e2c8801f7513 8209115: adjust libsplashscreen linux ppc64le builds for easier libpng update Reviewed-by: andrew, phh Backport-of: e4fdd0391733756f5b898371a66b38869d625c77 ! jdk/make/lib/Awt2dLibraries.gmk ! jdk/src/share/native/sun/awt/libpng/pngpriv.h Changeset: dd6efb10 Author: Yuri Nesterenko Committer: Andrew John Hughes Date: 2023-10-05 16:39:59 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/dd6efb10c26453229dc262f8366af64bd97a9b7f 8242330: Arrays should be cloned in several JAAS Callback classes Reviewed-by: andrew Backport-of: 8cd9241448f818b5e307d408ac4395b518791096 ! jdk/src/share/classes/javax/security/auth/callback/ChoiceCallback.java ! jdk/src/share/classes/javax/security/auth/callback/ConfirmationCallback.java + jdk/test/javax/security/auth/callback/Mutability.java Changeset: 50d9af9b Author: Ji?? Van?k Committer: Andrew John Hughes Date: 2023-09-25 14:05:03 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/50d9af9b9371bedf971ee8c4c73283391f0ebb82 8283441: C2: segmentation fault in ciMethodBlocks::make_block_at(int) Reviewed-by: mbalao Backport-of: 947869609ce6b74d4d28f79724b823d8781adbed ! hotspot/src/share/vm/c1/c1_GraphBuilder.cpp ! hotspot/src/share/vm/ci/ciMethodBlocks.cpp ! hotspot/src/share/vm/compiler/methodLiveness.cpp + hotspot/test/compiler/parsing/Custom.jasm + hotspot/test/compiler/parsing/UnreachableBlockFallsThroughEndOfCode.java Changeset: 9d59e5b0 Author: Martin Balao Committer: Andrew John Hughes Date: 2023-09-19 14:43:20 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/9d59e5b0a94f65bb9a60f23fc472db3a7c0c81f7 8295685: Update Libpng to 1.6.38 Reviewed-by: andrew Backport-of: d183dc25f7360c3012726acf8c03874df6fc41a4 ! THIRD_PARTY_README ! corba/THIRD_PARTY_README ! hotspot/THIRD_PARTY_README ! jaxp/THIRD_PARTY_README ! jaxws/THIRD_PARTY_README ! jdk/THIRD_PARTY_README ! jdk/src/share/native/sun/awt/libpng/CHANGES ! jdk/src/share/native/sun/awt/libpng/LICENSE ! jdk/src/share/native/sun/awt/libpng/README ! jdk/src/share/native/sun/awt/libpng/png.c ! jdk/src/share/native/sun/awt/libpng/png.h ! jdk/src/share/native/sun/awt/libpng/pngconf.h ! jdk/src/share/native/sun/awt/libpng/pngget.c ! jdk/src/share/native/sun/awt/libpng/pnglibconf.h ! jdk/src/share/native/sun/awt/libpng/pngpriv.h ! jdk/src/share/native/sun/awt/libpng/pngread.c ! jdk/src/share/native/sun/awt/libpng/pngrtran.c ! jdk/src/share/native/sun/awt/libpng/pngrutil.c ! jdk/src/share/native/sun/awt/libpng/pngset.c ! jdk/src/share/native/sun/awt/libpng/pngstruct.h ! langtools/THIRD_PARTY_README ! nashorn/THIRD_PARTY_README Changeset: dc7013e0 Author: Alexei Voitylov Committer: Andrew John Hughes Date: 2023-09-01 21:51:00 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/dc7013e0d9853cfe99307eb8d2fc4e5f76e14b4a 8297856: Improve handling of Bidi characters Reviewed-by: mbalao, andrew Backport-of: 244b89fc786894cb8cca742f91875ebb98b603ff ! jdk/src/share/classes/sun/text/bidi/BidiBase.java Changeset: 6930f190 Author: Dmitry Cherepanov Committer: Andrew John Hughes Date: 2023-09-14 12:54:18 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/6930f190778e62c88ee0d7d382f61515031563e4 8303384: Improved communication in CORBA Reviewed-by: mbalao, andrew + corba/src/share/classes/com/sun/corba/se/impl/orbutil/IORCheckImpl.java ! corba/src/share/classes/com/sun/corba/se/impl/orbutil/ORBConstants.java ! corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Stub.java Changeset: 9b6da144 Author: Martin Balao Committer: Andrew John Hughes Date: 2023-09-26 00:01:11 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/9b6da14435a1c39d9a64b872357467bc54cd1df2 8305815: Update Libpng to 1.6.39 Reviewed-by: phh, andrew Backport-of: c1f759e9d01d646eac69442452151b0467eab306 ! THIRD_PARTY_README ! corba/THIRD_PARTY_README ! hotspot/THIRD_PARTY_README ! jaxp/THIRD_PARTY_README ! jaxws/THIRD_PARTY_README ! jdk/THIRD_PARTY_README ! jdk/src/share/native/sun/awt/libpng/CHANGES ! jdk/src/share/native/sun/awt/libpng/LICENSE ! jdk/src/share/native/sun/awt/libpng/README ! jdk/src/share/native/sun/awt/libpng/png.c ! jdk/src/share/native/sun/awt/libpng/png.h ! jdk/src/share/native/sun/awt/libpng/pngconf.h ! jdk/src/share/native/sun/awt/libpng/pnglibconf.h ! jdk/src/share/native/sun/awt/libpng/pngpriv.h ! jdk/src/share/native/sun/awt/libpng/pngrutil.c ! langtools/THIRD_PARTY_README ! nashorn/THIRD_PARTY_README Changeset: 32ec85f1 Author: Yuri Nesterenko Committer: Andrew John Hughes Date: 2023-09-06 15:20:03 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/32ec85f1ee2c9d1cc5109d4c4678d2aadf6dbf09 8309966: Enhanced TLS connections Reviewed-by: mbalao, andrew Backport-of: d25ee81f56d67f2c51ba8b8c59f470c6f88ae47f ! jdk/src/share/classes/java/security/cert/CertPathHelperImpl.java ! jdk/src/share/classes/java/security/cert/X509CertSelector.java ! jdk/src/share/classes/sun/security/provider/certpath/CertPathHelper.java ! jdk/src/share/classes/sun/security/provider/certpath/ForwardBuilder.java ! jdk/src/share/classes/sun/security/provider/certpath/ForwardState.java ! jdk/src/share/classes/sun/security/provider/certpath/SunCertPathBuilder.java Changeset: 33f3f1c7 Author: Yuri Nesterenko Committer: Andrew John Hughes Date: 2023-08-11 14:30:49 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/33f3f1c76562c4a3073ce4d1fba60e93c7f56fac 8284910: Buffer clean in PasswordCallback Reviewed-by: mbalao, andrew Backport-of: 89fd6d34f859d61d9cf5a1edf9419eee7c338390 ! jdk/src/share/classes/javax/security/auth/callback/PasswordCallback.java + jdk/test/javax/security/auth/callback/PasswordCallback/CheckCleanerBound.java + jdk/test/javax/security/auth/callback/PasswordCallback/PasswordCleanup.java Changeset: dee2d2de Author: Yuri Nesterenko Committer: Andrew John Hughes Date: 2023-09-25 11:19:17 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/dee2d2de8e939a09f5abebc478b919fdb289748e 8286503: Enhance security classes Reviewed-by: mbalao, andrew Backport-of: 7f5e120a631ffda3e6d5efc03bae572b21877b69 ! jdk/src/share/classes/com/sun/crypto/provider/DESKey.java ! jdk/src/share/classes/com/sun/crypto/provider/DESedeKey.java ! jdk/src/share/classes/com/sun/crypto/provider/DHPrivateKey.java ! jdk/src/share/classes/com/sun/crypto/provider/DHPublicKey.java ! jdk/src/share/classes/com/sun/crypto/provider/PBEKey.java ! jdk/src/share/classes/com/sun/crypto/provider/PBKDF2KeyImpl.java ! jdk/src/share/classes/com/sun/crypto/provider/TlsMasterSecretGenerator.java ! jdk/src/share/classes/com/sun/security/auth/LdapPrincipal.java ! jdk/src/share/classes/com/sun/security/auth/NTDomainPrincipal.java ! jdk/src/share/classes/com/sun/security/auth/NTSid.java ! jdk/src/share/classes/com/sun/security/auth/NTUserPrincipal.java ! jdk/src/share/classes/com/sun/security/auth/UnixNumericGroupPrincipal.java ! jdk/src/share/classes/com/sun/security/auth/UnixNumericUserPrincipal.java ! jdk/src/share/classes/com/sun/security/auth/UnixPrincipal.java ! jdk/src/share/classes/com/sun/security/auth/UserPrincipal.java ! jdk/src/share/classes/java/security/CodeSigner.java ! jdk/src/share/classes/javax/crypto/spec/SecretKeySpec.java ! jdk/src/share/classes/javax/security/auth/callback/ChoiceCallback.java ! jdk/src/share/classes/javax/security/auth/callback/ConfirmationCallback.java ! jdk/src/share/classes/javax/security/auth/callback/PasswordCallback.java ! jdk/src/share/classes/sun/security/ec/ECPrivateKeyImpl.java ! jdk/src/share/classes/sun/security/ec/ECPublicKeyImpl.java ! jdk/src/share/classes/sun/security/pkcs11/Token.java ! jdk/src/share/classes/sun/security/provider/DSAPublicKeyImpl.java ! jdk/src/share/classes/sun/security/provider/PolicyFile.java ! jdk/src/share/classes/sun/security/provider/SecureRandom.java ! jdk/src/share/classes/sun/security/provider/certpath/X509CertPath.java ! jdk/src/share/classes/sun/security/rsa/RSAPrivateCrtKeyImpl.java ! jdk/src/share/classes/sun/security/rsa/RSAPrivateKeyImpl.java ! jdk/src/share/classes/sun/security/rsa/RSAPublicKeyImpl.java ! jdk/src/share/classes/sun/security/x509/X509CertImpl.java ! jdk/src/windows/classes/sun/security/mscapi/CPrivateKey.java ! jdk/src/windows/classes/sun/security/mscapi/CPublicKey.java - jdk/test/java/security/KeyRep/RSA.pre.1.5.key ! jdk/test/java/security/KeyRep/SerialOld.java Changeset: 47a816ea Author: Volker Simonis Committer: Andrew John Hughes Date: 2023-09-01 14:43:16 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/47a816eab013aa94237887d401bdbe32073c0afa 8315135: Memory leak in the native implementation of Pack200.Unpacker.unpack() Reviewed-by: andrew Backport-of: b77c161e7509aa3b09ebf3e6b2b1490c0667bbdc ! jdk/src/share/classes/com/sun/java/util/jar/pack/NativeUnpack.java ! jdk/src/share/classes/com/sun/java/util/jar/pack/UnpackerImpl.java ! jdk/src/share/native/com/sun/java/util/jar/pack/jni.cpp + jdk/test/tools/pack200/UnpackMalformed.java Changeset: 9499e54e Author: Yuri Nesterenko Committer: Andrew John Hughes Date: 2023-09-28 11:56:25 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/9499e54ebbab17b0f5e48be27c0c7f90806a3c40 8317040: Exclude cleaner test failing on older releases Reviewed-by: mbalao, andrew, clanger ! jdk/test/ProblemList.txt Changeset: 6e20bc34 Author: Sergey Nazarkin Date: 2023-10-20 15:12:03 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/6e20bc344fa1304fd036ae1971c3f3132d6a8306 Merge