From 927a58dbfded8de3f1fe9754ca38c6867fff79a2 Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Thu, 20 Aug 2020 09:41:33 +0200 Subject: openjdk-8: refresh patches Refresh all openjdk8 patches as a preparation for the upcoming update. Signed-off-by: Richard Leitner --- .../1009-hotspot-handle-format-error-for-GCC-7.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'recipes-core/openjdk/patches-openjdk-8/1009-hotspot-handle-format-error-for-GCC-7.patch') diff --git a/recipes-core/openjdk/patches-openjdk-8/1009-hotspot-handle-format-error-for-GCC-7.patch b/recipes-core/openjdk/patches-openjdk-8/1009-hotspot-handle-format-error-for-GCC-7.patch index ee950cd..daa43a7 100644 --- a/recipes-core/openjdk/patches-openjdk-8/1009-hotspot-handle-format-error-for-GCC-7.patch +++ b/recipes-core/openjdk/patches-openjdk-8/1009-hotspot-handle-format-error-for-GCC-7.patch @@ -1,7 +1,7 @@ -From d085dcce6f8700fd8ddda475357496ea6da323dc Mon Sep 17 00:00:00 2001 +From 3c9da574b8610a0a1f4bdd8a2cb44a6aee8e3a89 Mon Sep 17 00:00:00 2001 From: Andreas Obergschwandtner Date: Fri, 21 Sep 2018 10:44:06 +0200 -Subject: [PATCH 1009/1012] hotspot: handle format error for GCC >= 7 +Subject: [PATCH 1009/1013] hotspot: handle format error for GCC >= 7 Upstream-Status: Pending @@ -12,10 +12,10 @@ Signed-off-by: Richard Leitner 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hotspot/src/share/vm/adlc/output_c.cpp b/hotspot/src/share/vm/adlc/output_c.cpp -index b3766636d..eba08d2f0 100644 +index 199169046..889b785c1 100644 --- a/hotspot/src/share/vm/adlc/output_c.cpp +++ b/hotspot/src/share/vm/adlc/output_c.cpp -@@ -436,9 +436,11 @@ static int pipeline_res_mask_initializer( +@@ -419,9 +419,11 @@ static int pipeline_res_mask_initializer( for (i = maxcycleused; i > 0; i /= 10) cycledigit++; @@ -30,5 +30,5 @@ index b3766636d..eba08d2f0 100644 static const char* pipeline_use_cycle_mask = "Pipeline_Use_Cycle_Mask"; static const char* pipeline_use_element = "Pipeline_Use_Element"; -- -2.24.1 +2.26.2 -- cgit v1.2.3-54-g00ecf