From zzambers at openjdk.org Mon Oct 2 10:26:55 2023 From: zzambers at openjdk.org (Zdenek Zambersky) Date: Mon, 2 Oct 2023 10:26:55 GMT Subject: git: openjdk/jdk8u-dev: 8307837: [8u] Check step in GHA should also print errors Message-ID: <1dcd0b2f-0607-4328-9f34-7b1e14aeede2@openjdk.org> Changeset: 27058b26 Author: Zdenek Zambersky Date: 2023-10-02 10:25:04 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/27058b26e6fff1c10eefe2cc3dd026c4418f65f9 8307837: [8u] Check step in GHA should also print errors Reviewed-by: andrew ! .github/workflows/submit.yml From yan at openjdk.org Thu Oct 5 16:42:18 2023 From: yan at openjdk.org (Yuri Nesterenko) Date: Thu, 5 Oct 2023 16:42:18 GMT Subject: git: openjdk/jdk8u-dev: 8242330: Arrays should be cloned in several JAAS Callback classes Message-ID: Changeset: 27608e1e Author: Yuri Nesterenko Date: 2023-10-05 16:39:59 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/27608e1e36154fcbedc627bc2afa965b1a06ebfb 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 From yan at openjdk.org Mon Oct 16 06:33:53 2023 From: yan at openjdk.org (Yuri Nesterenko) Date: Mon, 16 Oct 2023 06:33:53 GMT Subject: git: openjdk/jdk8u-dev: 8207404: MulticastSocket tests failing on AIX Message-ID: <84e8df36-29d6-44ca-9875-2cc397d1f597@openjdk.org> Changeset: edef564a Author: Ilarion Nakonechnyy Committer: Yuri Nesterenko Date: 2023-10-16 06:31:39 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/edef564a8b544d9d1f42bc4c95fb693e88beab22 8207404: MulticastSocket tests failing on AIX Reviewed-by: phh Backport-of: bc651663e31ddf05d59bfe6fc7a70c3a7ed708af ! jdk/test/java/net/MulticastSocket/JoinLeave.java ! jdk/test/java/net/MulticastSocket/SetGetNetworkInterfaceTest.java ! jdk/test/java/net/MulticastSocket/Test.java ! jdk/test/lib/jdk/test/lib/NetworkConfiguration.java From phh at openjdk.org Mon Oct 16 21:37:50 2023 From: phh at openjdk.org (Paul Hohensee) Date: Mon, 16 Oct 2023 21:37:50 GMT Subject: git: openjdk/jdk8u-dev: 8311813: C1: Uninitialized PhiResolver::_loop field Message-ID: Changeset: 0bc5d68d Author: Chad Rakoczy Committer: Paul Hohensee Date: 2023-10-16 21:35:05 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/0bc5d68d20efa9286a415a227a785a75bc6f08e9 8311813: C1: Uninitialized PhiResolver::_loop field Backport-of: 489a32fe40e2a2c539296d51d4ffc0abc036d33c ! hotspot/src/share/vm/c1/c1_LIRGenerator.cpp From abakhtin at openjdk.org Tue Oct 17 14:19:40 2023 From: abakhtin at openjdk.org (Alexey Bakhtin) Date: Tue, 17 Oct 2023 14:19:40 GMT Subject: git: openjdk/jdk8u-dev: 8285398: Cache the results of constraint checks Message-ID: <0480da4d-21dd-4dcd-a8a9-5f3307f2cc73@openjdk.org> Changeset: bbf2e9a6 Author: Alexey Bakhtin Date: 2023-10-17 14:16:30 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/bbf2e9a6da49cb4eb793c42b2b38c927bf9865ba 8285398: Cache the results of constraint checks Reviewed-by: phh Backport-of: 00e9c96d51bec53d4ae8a07c9c98af2c62f3d290 ! jdk/src/share/classes/sun/security/util/DisabledAlgorithmConstraints.java From abakhtin at openjdk.org Tue Oct 17 22:46:22 2023 From: abakhtin at openjdk.org (Alexey Bakhtin) Date: Tue, 17 Oct 2023 22:46:22 GMT Subject: git: openjdk/jdk8u-dev: 8285696: AlgorithmConstraints:permits not throwing IllegalArgumentException when 'alg' is null Message-ID: <0c812bf4-1701-4724-b3ee-71334a4fcc10@openjdk.org> Changeset: c8513173 Author: Alexey Bakhtin Date: 2023-10-17 22:40:34 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/c85131730b684f6d1ed92c39587dd84a00ca3371 8285696: AlgorithmConstraints:permits not throwing IllegalArgumentException when 'alg' is null Reviewed-by: sgehwolf Backport-of: 47951655acacba515c0d69f5192257664f887dba ! jdk/src/share/classes/sun/security/util/DisabledAlgorithmConstraints.java From andrew at openjdk.org Tue Oct 17 22:58:27 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 17 Oct 2023 22:58:27 GMT Subject: git: openjdk/jdk8u: 12 new changesets Message-ID: Changeset: 1d6f9bd1 Author: Martin Balao Committer: Andrew John Hughes Date: 2023-09-19 01:36:16 +0000 URL: https://git.openjdk.org/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/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/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/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/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/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/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/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/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/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/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/jdk8u/commit/9499e54ebbab17b0f5e48be27c0c7f90806a3c40 8317040: Exclude cleaner test failing on older releases Reviewed-by: mbalao, andrew, clanger ! jdk/test/ProblemList.txt From andrew at openjdk.org Tue Oct 17 22:59:04 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 17 Oct 2023 22:59:04 GMT Subject: git: openjdk/jdk8u: Added tag jdk8u392-b08 for changeset 9499e54e Message-ID: <12d10841-fcb6-4ee0-9474-2f7f74651bdc@openjdk.org> Tagged by: Andrew John Hughes Date: 2023-10-07 22:25:00 +0000 Added tag jdk8u392-b08 for changeset 9499e54ebba Changeset: 9499e54e Author: Yuri Nesterenko Committer: Andrew John Hughes Date: 2023-09-28 11:56:25 +0000 URL: https://git.openjdk.org/jdk8u/commit/9499e54ebbab17b0f5e48be27c0c7f90806a3c40 From andrew at openjdk.org Tue Oct 17 22:59:13 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 17 Oct 2023 22:59:13 GMT Subject: git: openjdk/jdk8u: Added tag jdk8u392-ga for changeset 9499e54e Message-ID: Tagged by: Andrew John Hughes Date: 2023-10-17 23:51:19 +0000 Added tag jdk8u392-ga for changeset 9499e54ebba Changeset: 9499e54e Author: Yuri Nesterenko Committer: Andrew John Hughes Date: 2023-09-28 11:56:25 +0000 URL: https://git.openjdk.org/jdk8u/commit/9499e54ebbab17b0f5e48be27c0c7f90806a3c40 From serb at openjdk.org Wed Oct 18 22:25:42 2023 From: serb at openjdk.org (Sergey Bylokhov) Date: Wed, 18 Oct 2023 22:25:42 GMT Subject: git: openjdk/jdk8u-dev: 8312535: MidiSystem.getSoundbank() throws unexpected SecurityException Message-ID: Changeset: 1e9eb530 Author: Sergey Bylokhov Date: 2023-10-18 22:23:45 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/1e9eb5305384b74704023ca4f30919e3a77188ae 8312535: MidiSystem.getSoundbank() throws unexpected SecurityException Backport-of: 87298d2ade41c689d3140981a123b0e9130fc651 ! jdk/src/share/classes/com/sun/media/sound/JARSoundbankReader.java + jdk/test/javax/sound/midi/Soundbanks/GetSoundBankSecurityException/GetSoundBankSecurityException.java + jdk/test/javax/sound/midi/Soundbanks/GetSoundBankSecurityException/security.policy From andrew at openjdk.org Tue Oct 31 14:48:08 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 31 Oct 2023 14:48:08 GMT Subject: git: openjdk/jdk8u-dev: 14 new changesets Message-ID: Changeset: b24b03f9 Author: Severin Gehwolf Date: 2023-09-18 09:06:41 +0000 URL: https://git.openjdk.org/jdk8u-dev/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: 1d6f9bd1 Author: Martin Balao Committer: Andrew John Hughes Date: 2023-09-19 01:36:16 +0000 URL: https://git.openjdk.org/jdk8u-dev/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/jdk8u-dev/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/jdk8u-dev/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/jdk8u-dev/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/jdk8u-dev/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/jdk8u-dev/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/jdk8u-dev/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/jdk8u-dev/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/jdk8u-dev/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/jdk8u-dev/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/jdk8u-dev/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/jdk8u-dev/commit/9499e54ebbab17b0f5e48be27c0c7f90806a3c40 8317040: Exclude cleaner test failing on older releases Reviewed-by: mbalao, andrew, clanger ! jdk/test/ProblemList.txt Changeset: 8de48194 Author: Andrew John Hughes Date: 2023-10-31 14:46:44 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/8de481944094886b89b9bf1d83f725f9b680a3e1 Merge