git: openjdk/jdk8u: 12 new changesets

Zdenek Zambersky zzambers at openjdk.org
Thu May 1 15:45:34 UTC 2025


Changeset: 8c4a65b9
Branch: master
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2025-03-05 15:54:49 +0000
URL:       https://git.openjdk.org/jdk8u/commit/8c4a65b99dca01793faa441a958450dfdb54dcba

8351098: Bump update version of OpenJDK: 8u462

Reviewed-by: serb

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

Changeset: 79124139
Branch: master
Author:    Zdenek Zambersky <zzambers at openjdk.org>
Date:      2025-03-06 11:10:40 +0000
URL:       https://git.openjdk.org/jdk8u/commit/79124139a676a555511f4365ce6771a7dc920dcf

8186787: clang-4.0 SIGSEGV in Unsafe_PutByte

Reviewed-by: adinn, andrew
Backport-of: 6dc1d8c06d98e127b022886172e16b90bf357c97

! hotspot/src/share/vm/prims/unsafe.cpp

Changeset: 84576a97
Branch: master
Author:    Taizo Kurashige <taizousum11 at gmail.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2025-03-11 18:55:17 +0000
URL:       https://git.openjdk.org/jdk8u/commit/84576a9729a299a3931c71091f4d2f205919fa67

8341946: [8u] sun/security/pkcs11/ec/ tests fail on RHEL9

Reviewed-by: phh

! jdk/test/sun/security/pkcs11/PKCS11Test.java

Changeset: 7210b971
Branch: master
Author:    Satyen Subramaniam <ssubramaniam at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2025-03-12 23:08:32 +0000
URL:       https://git.openjdk.org/jdk8u/commit/7210b971066c424acda13c4b0caa8ebcb063ace0

8346887: DrawFocusRect() may cause an assertion failure

Reviewed-by: phh, serb
Backport-of: 8eddf67c82a2af4d704c4063ad802640770b3c26

! jdk/src/windows/native/sun/windows/awt_Button.cpp
! jdk/src/windows/native/sun/windows/awt_Checkbox.cpp
! jdk/src/windows/native/sun/windows/awt_Component.cpp

Changeset: d358ad06
Branch: master
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2025-03-19 10:18:54 +0000
URL:       https://git.openjdk.org/jdk8u/commit/d358ad0639a433254938d85e94c13921a4254e07

Merge


Changeset: 69d9a2f4
Branch: master
Author:    Roman Marchenko <rmarchenko at openjdk.org>
Committer: Andrew John Hughes <andrew at openjdk.org>
Date:      2025-03-26 14:46:07 +0000
URL:       https://git.openjdk.org/jdk8u/commit/69d9a2f4bdf1a60e38bda9e69f83c676d963454e

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: b256b1a1
Branch: master
Author:    Roman Marchenko <rmarchenko at openjdk.org>
Committer: Andrew John Hughes <andrew at openjdk.org>
Date:      2025-03-27 17:10:33 +0000
URL:       https://git.openjdk.org/jdk8u/commit/b256b1a1ac5603d0103338fa3b00a55d77cc9db9

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: af6e57b7
Branch: master
Author:    Martin Balao <mbalao at openjdk.org>
Date:      2025-03-27 22:14:04 +0000
URL:       https://git.openjdk.org/jdk8u/commit/af6e57b7191ecc23d55658a97228c7311a2c2268

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: 535e6215
Branch: master
Author:    Sergey Bylokhov <serb at openjdk.org>
Date:      2025-04-08 19:01:35 +0000
URL:       https://git.openjdk.org/jdk8u/commit/535e6215cad8f52a36002ed931273cded219d99f

8351439: [8u] test/java/util/TimeZone/tools/share/Makefile use wrong path to tzdb

Reviewed-by: sgehwolf, dcherepanov

! jdk/test/java/util/TimeZone/tools/share/Makefile

Changeset: 5b97474a
Branch: master
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2025-04-11 15:35:06 +0000
URL:       https://git.openjdk.org/jdk8u/commit/5b97474a9ec27e0d56715d90f3b20cdedbeaad43

8353433: XCG currency code not recognized in JDK 8u

Reviewed-by: mbalao, syan

! jdk/src/share/classes/java/util/CurrencyData.properties

Changeset: 2b557948
Branch: master
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2025-04-16 01:48:50 +0000
URL:       https://git.openjdk.org/jdk8u/commit/2b557948100d685a97288d83f11a420ec073bc12

Merge


Changeset: 55273f72
Branch: master
Author:    Zdenek Zambersky <zzambers at openjdk.org>
Date:      2025-04-17 10:45:12 +0000
URL:       https://git.openjdk.org/jdk8u/commit/55273f7267b95cf38743bb32ea61a513fbafb06e

8293107: GHA: Bump to Ubuntu 22.04

Reviewed-by: andrew, sgehwolf
Backport-of: d7536588b38e368eaa6395bcbcc6724a39303fc5

! .github/workflows/submit.yml



More information about the jdk8u-dev-changes mailing list