From 66a1fd763ab09b53572f75b672794728d3a107f8 Mon Sep 17 00:00:00 2001 From: songmingliang Date: Fri, 26 Jul 2024 16:43:23 +0800 Subject: [PATCH] update to 1:1.8.0.422.b05-1.1 --- download | 2 +- java-1.8.0-openjdk.spec | 5 ++++- ...nings_for_libunpack_and_the_unpack200_binary.patch | 11 ----------- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/download b/download index 09306f6..54ec71c 100644 --- a/download +++ b/download @@ -1,2 +1,2 @@ -58d7fcc4ac671cf8452e73ade985b897 shenandoah8u412-b08.tar.xz +fd19cb2805cc20bb377fe580a3b8ad7a shenandoah8u422-b05.tar.xz 870d829d8e1c38e251cc7498032a768a tapsets-icedtea-3.15.0.tar.xz diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index 157e048..fa2090e 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -189,7 +189,7 @@ # Define version of OpenJDK 8 used %global project openjdk %global repo shenandoah-jdk8u -%global openjdk_revision 8u412-b08 +%global openjdk_revision 8u422-b05 %global shenandoah_revision shenandoah%{openjdk_revision} # Define IcedTea version used for SystemTap tapsets and desktop files %global icedteaver 3.15.0 @@ -2290,6 +2290,9 @@ require "copy_jdk_configs.lua" %endif %changelog +* Fri Jul 26 2024 songmingliang - 1:1.8.0.422.b05-1.1 +- update to 1:1.8.0.422.b05-1.1 + * Mon Apr 08 2024 Andrew Hughes - 1:1.8.0.412.b08-1 - Update to shenandoah-jdk8u412-b08 (GA) - Update release notes for shenandoah-8u412-b08. diff --git a/pr2462-resolve_disabled_warnings_for_libunpack_and_the_unpack200_binary.patch b/pr2462-resolve_disabled_warnings_for_libunpack_and_the_unpack200_binary.patch index 5f05d73..df2cdb7 100644 --- a/pr2462-resolve_disabled_warnings_for_libunpack_and_the_unpack200_binary.patch +++ b/pr2462-resolve_disabled_warnings_for_libunpack_and_the_unpack200_binary.patch @@ -163,17 +163,6 @@ index 56f391b1e87..f0a25f8cd20 100644 // Note that this CP does not include "empty" entries // for longs and doubles. Those are introduced when -@@ -985,8 +985,9 @@ void cpool::init(unpacker* u_, int counts[CONSTANT_Limit]) { - } - - // Initialize *all* our entries once -- for (int i = 0 ; i < maxentries ; i++) -+ for (uint i = 0 ; i < maxentries ; i++) { - entries[i].outputIndex = REQUESTED_NONE; -+ } - - initGroupIndexes(); - // Initialize hashTab to a generous power-of-two size. @@ -3681,21 +3682,22 @@ void cpool::computeOutputIndexes() { unpacker* debug_u; -- Gitee