1
0
2023-08-14 20:08:06 +00:00
committed by Git OBS Bridge
parent b4a47cb150
commit 7a09440071
8 changed files with 20 additions and 20 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e0c5f89144b1ed4fe8735d7ffdb08bb9e388590b20908f4fb501b488b8a396c
size 11086382

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27aa3b82569c0e3fc347c263f151f69bd2b6a7fc83f4f06c24ee96b2fc5f6228
size 132852940

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb0732120798ec4b83139cb7567aa9547cb03c046e4d4ccfd30d0c153a07a220
size 29039092

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1adc910b9b797055997c87a024010d0de1246b1cb6a486b4fe7d1d6870c5e06c
size 28765805

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67da794acc35484f8f5a1bcde4126514061aa8e2b399b28644e59fee37f1f515
size 127735333

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3e7e7e10b60c25a8ae52a2dbc6c57812d68f9196c527332b509a0acbe1d03ab
size 11073241

View File

@@ -26,18 +26,18 @@
%global abs2rel perl -e %{script}
%global syslibdir %{_libdir}
# Standard JPackage naming and versioning defines.
%global updatever 372
%global buildver b07
%global updatever 382
%global buildver b05
%global root_repository https://github.com/ibmruntimes/openj9-openjdk-jdk8/archive
%global root_revision dd0ccb1fb50617dafdd32fba6d39d174350cd39a
%global root_branch v0.38.0-release
%global root_revision c4d2c2bafb3f2fc681c2b94ec3ffc426e93bb9d6
%global root_branch v0.40.0-release
%global omr_repository https://github.com/eclipse/openj9-omr/archive
%global omr_revision 855813495c1a71ebc59eeebafc1a6cd4e791646e
%global omr_branch v0.38.0-release
%global omr_revision e80bff83b7fda8875071d89de7c73184d847085d
%global omr_branch v0.40.0-release
%global openj9_repository https://github.com/eclipse/openj9/archive
%global openj9_revision d57d05932008a14605bf6cd729bb22dd6f49162c
%global openj9_branch v0.38.0-release
%global openj9_tag openj9-0.38.0
%global openj9_revision d12d10c9ea2de2cf363095e609536ffe451bd25f
%global openj9_branch v0.40.0-release
%global openj9_tag openj9-0.40.0
# priority must be 6 digits in total
%global priority 1801
%global javaver 1.8.0

View File

@@ -9,9 +9,9 @@ diff -urEbwB openj9-openjdk-jdk17.orig/omr/compiler/optimizer/OMRSimplifierHandl
+#pragma GCC diagnostic ignored "-Wstringop-overflow"
+
#include "optimizer/OMRSimplifierHelpers.hpp"
#include "optimizer/OMRSimplifierHandlers.hpp"
#include "optimizer/SimplifierHandlers.hpp"
@@ -17404,5 +17407,6 @@
@@ -17353,5 +17356,6 @@
return node;
}