diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2020-08-20 09:41:33 +0200 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2020-08-20 15:11:36 +0200 |
commit | bbddc403d6c81d87eed9c92cc6b97aa423ee0d71 (patch) | |
tree | ccca925fe88462f1ae2ccd36b298e7f325928806 /recipes-core/openjdk/patches-openjdk-8/1011-hotspot-fix-shark-build-common.patch | |
parent | c378afb3b58ce7d03028998da9b71cde69cc4610 (diff) | |
download | meta-java-bbddc403d6c81d87eed9c92cc6b97aa423ee0d71.tar.gz |
openjdk-8: refresh patches
Refresh all openjdk8 patches as a preparation for the upcoming update.
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/1011-hotspot-fix-shark-build-common.patch')
-rw-r--r-- | recipes-core/openjdk/patches-openjdk-8/1011-hotspot-fix-shark-build-common.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-core/openjdk/patches-openjdk-8/1011-hotspot-fix-shark-build-common.patch b/recipes-core/openjdk/patches-openjdk-8/1011-hotspot-fix-shark-build-common.patch index 8fe5489..f00d56b 100644 --- a/recipes-core/openjdk/patches-openjdk-8/1011-hotspot-fix-shark-build-common.patch +++ b/recipes-core/openjdk/patches-openjdk-8/1011-hotspot-fix-shark-build-common.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 1015cc718ba25cabf613b96fd58baa8dfb8492fe Mon Sep 17 00:00:00 2001 | 1 | From 2a9fddfb3370278f021858f28524dd83f1d6d1aa Mon Sep 17 00:00:00 2001 |
2 | From: Jens Rehsack <rehsack@gmail.com> | 2 | From: Jens Rehsack <rehsack@gmail.com> |
3 | Date: Thu, 2 Jan 2020 10:22:19 +0100 | 3 | Date: Thu, 2 Jan 2020 10:22:19 +0100 |
4 | Subject: [PATCH 1011/1012] hotspot: fix shark build (common) | 4 | Subject: [PATCH 1011/1013] hotspot: fix shark build (common) |
5 | 5 | ||
6 | Signed-off-by: Richard Leitner <richard.leitner@skidata.com> | 6 | Signed-off-by: Richard Leitner <richard.leitner@skidata.com> |
7 | --- | 7 | --- |
@@ -444,5 +444,5 @@ index 243183c07..601ca7925 100644 | |||
444 | builder()->CreateICmpEQ(lock, check), | 444 | builder()->CreateICmpEQ(lock, check), |
445 | released_fast, slow_path); | 445 | released_fast, slow_path); |
446 | -- | 446 | -- |
447 | 2.24.1 | 447 | 2.26.2 |
448 | 448 | ||