From snazarki at openjdk.org Thu Apr 3 08:28:20 2025 From: snazarki at openjdk.org (Sergey Nazarkin) Date: Thu, 3 Apr 2025 08:28:20 GMT Subject: git: openjdk/aarch32-port-jdk8u: master: 2 new changesets Message-ID: Changeset: b10963f0 Branch: master Author: Andrew John Hughes Date: 2025-03-27 20:12:17 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/b10963f0e8db961c6122e092372c5dc56e1a755e 8352097: (tz) zone.tab update missed in 2025a backport Reviewed-by: dcherepanov Backport-of: 13dab160c693baa33af6236792f1cf55de7318b2 ! jdk/make/data/tzdata/zone.tab ! jdk/test/sun/util/calendar/zi/tzdata/zone.tab Changeset: 8d31b32a Branch: master Author: Sergey Nazarkin Date: 2025-04-02 22:13:19 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/8d31b32ab541b68d9e80f9283611e7424842864a Merge tag 'jdk8u452-b07' From anleonar at redhat.com Wed Apr 23 08:32:10 2025 From: anleonar at redhat.com (Andrew Leonard) Date: Wed, 23 Apr 2025 09:32:10 +0100 Subject: jdk8u452-b09 aarch32 port GA ? Message-ID: Hi Sergey, Do you happen to know if there will be the jdk8u452-b09 ga for the aarch32-port ? Thanks Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL: From snazarkin at azul.com Wed Apr 23 16:09:41 2025 From: snazarkin at azul.com (Sergey Nazarkin) Date: Wed, 23 Apr 2025 16:09:41 +0000 Subject: jdk8u452-b09 aarch32 port GA ? In-Reply-To: References: Message-ID: Hi Andrew, the last patch will be ready 25.04 WBR, Sergey 23 ???. 2025??., ? 10:32, Andrew Leonard ???????(?): ? Caution: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. Hi Sergey, Do you happen to know if there will be the jdk8u452-b09 ga for the aarch32-port ? Thanks Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL: From anleonar at redhat.com Thu Apr 24 07:51:20 2025 From: anleonar at redhat.com (Andrew Leonard) Date: Thu, 24 Apr 2025 08:51:20 +0100 Subject: jdk8u452-b09 aarch32 port GA ? In-Reply-To: References: Message-ID: Thank you Sergey, much appreciated Kind regards Andrew On Wed, Apr 23, 2025 at 5:09?PM Sergey Nazarkin wrote: > Hi Andrew, > the last patch will be ready 25.04 > > WBR, > Sergey > > 23 ???. 2025??., ? 10:32, Andrew Leonard ???????(?): > > ? > > Caution: This email originated from outside of the organization. Do not > click links or open attachments unless you recognize the sender and know > the content is safe. > > Hi Sergey, > > Do you happen to know if there will be the jdk8u452-b09 ga for the > aarch32-port ? > > Thanks > Andrew > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From snazarki at openjdk.org Thu Apr 24 21:25:16 2025 From: snazarki at openjdk.org (Sergey Nazarkin) Date: Thu, 24 Apr 2025 21:25:16 GMT Subject: git: openjdk/aarch32-port-jdk8u: master: 12 new changesets Message-ID: Changeset: 3c594243 Branch: master Author: Roman Marchenko Committer: Andrew John Hughes Date: 2025-03-26 14:46:07 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/3c5942430b53e47ed375397318736723349fb93d 8240235: jdk.test.lib.util.JarUtils updates jar files incorrectly Reviewed-by: andrew Backport-of: 2a791467919c9df9869e6fe1e57df0a5caa90d8f ! jdk/test/lib/testlibrary/jdk/testlibrary/JarUtils.java Changeset: fd8e5097 Branch: master Author: Yuri Nesterenko Committer: Andrew John Hughes Date: 2025-01-02 19:03:53 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/fd8e509772455cf18cbf36ce9737923efa9a34b1 8337494: Clarify JarInputStream behavior Reviewed-by: mbalao, andrew Backport-of: 198aef4f0bfa1de9b9868d69a45d0788642ef050 ! jdk/src/share/classes/java/util/jar/JarFile.java ! jdk/src/share/classes/java/util/jar/JarInputStream.java ! jdk/src/share/classes/java/util/jar/JarVerifier.java Changeset: 55af9ec3 Branch: master Author: Roman Marchenko Committer: Andrew John Hughes Date: 2025-03-27 17:10:33 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/55af9ec313d2f6eef4530e65d6540a12cf067471 8309841: Jarsigner should print a warning if an entry is removed Reviewed-by: andrew Backport-of: bdfb41f977258831e4b0ceaef5d016d095ab6e7f ! jdk/src/share/classes/sun/security/tools/jarsigner/Main.java ! jdk/src/share/classes/sun/security/tools/jarsigner/Resources.java + jdk/test/lib-test/testlibrary/jdk/testlibrary/JarUtilsTest.java ! jdk/test/lib/testlibrary/jdk/testlibrary/JarUtils.java + jdk/test/sun/security/tools/jarsigner/RemovedFiles.java Changeset: 3d5cfe2c Branch: master Author: Martin Balao Committer: Andrew John Hughes Date: 2025-03-27 22:14:04 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/3d5cfe2ca6b107b2ff87a051664eed35da7df591 8339810: Clean up the code in sun.tools.jar.Main to properly close resources and use ZipFile during extract Reviewed-by: yan, andrew Backport-of: 8fce5275fc94ebc404a6a37f5ea0407140de63c1 ! jdk/src/share/classes/sun/tools/jar/Main.java Changeset: 3cdd3081 Branch: master Author: Martin Balao Committer: Andrew John Hughes Date: 2025-03-17 17:54:00 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/3cdd3081565d890801a27a1f9ac8bc53e5711ce6 8337692: Better TLS connection support Reviewed-by: abakhtin, andrew Backport-of: 2adb01e8c5fbcc3dfa9f82df3deccb3a1705bf13 ! jdk/src/share/classes/com/sun/crypto/provider/RSACipher.java ! jdk/src/share/classes/sun/security/rsa/RSAPadding.java ! jdk/src/share/classes/sun/security/util/KeyUtil.java Changeset: 949c6ffc Branch: master Author: Martin Balao Committer: Andrew John Hughes Date: 2025-03-17 22:13:00 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/949c6ffc54efaa92d6559a3e7897432b95e99253 8338430: Improve compiler transformations Reviewed-by: mbaesken, andrew Backport-of: 2b70822671cf5f9b37956949421e7c77da082c8e ! hotspot/src/share/vm/opto/addnode.cpp Changeset: 93e8e202 Branch: master Author: Aleksei Voitylov Committer: Andrew John Hughes Date: 2025-02-06 13:59:23 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/93e8e20271a7c282e09f5035067b398c63101bc6 8342562: Enhance Deflater operations Reviewed-by: yan, mbalao, andrew Backport-of: 4bda75fd57a9a350d74d6f373526e1804d1fbdb4 ! jdk/src/share/classes/java/util/zip/DeflaterOutputStream.java ! jdk/src/share/classes/java/util/zip/GZIPOutputStream.java Changeset: 68d10daa Branch: master Author: Aleksei Voitylov Committer: Andrew John Hughes Date: 2024-12-12 03:14:30 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/68d10daabaf9c939a5d2e665994c6d348f38cfd5 8343007: Enhance Buffered Image handling Reviewed-by: yan, mbalao, andrew Backport-of: e95aaf16aa202b49892ccb05ded783114b2d8534 ! jdk/src/share/native/sun/java2d/loops/Blit.c Changeset: 898c0ef6 Branch: master Author: Martin Balao Committer: Andrew John Hughes Date: 2025-03-19 10:46:00 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/898c0ef620ec35f9c9b50850c09b161b6c1c1c5b 8347847: Enhance jar file support Reviewed-by: yan, andrew Backport-of: ef84ee26d6891c824eb798863f4ef9334e473bb8 ! jdk/src/share/classes/sun/security/util/SignatureFileVerifier.java Changeset: af7dbf51 Branch: master Author: Sergey Nazarkin Date: 2025-04-24 23:08:40 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/af7dbf511a1df60b6596951150c2b618d3aa3f45 Merge tag 'jdk8u452-b08' Changeset: 35c254f5 Branch: master Author: Andrew John Hughes Date: 2025-04-11 15:35:06 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/35c254f58c70663df28cc7d15c9545c88250b6ce 8353433: XCG currency code not recognized in JDK 8u Reviewed-by: mbalao, syan ! jdk/src/share/classes/java/util/CurrencyData.properties Changeset: bf7e2096 Branch: master Author: Sergey Nazarkin Date: 2025-04-24 23:09:10 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/bf7e209612ff381a14e2b7f671601a2dbc78d5fd Merge tag 'jdk8u452-b09'