I4ATTD:8183543-Aarch64-C2-compilation-often-fails-with-fail--last
This commit is contained in:
parent
b518aeb407
commit
3075d9759b
13
8183543-Aarch64-C2-compilation-often-fails-with-fail--last.patch
Executable file
13
8183543-Aarch64-C2-compilation-often-fails-with-fail--last.patch
Executable file
@ -0,0 +1,13 @@
|
||||
diff --git a/hotspot/src/cpu/aarch64/vm/c2_globals_aarch64.hpp b/hotspot/src/cpu/aarch64/vm/c2_globals_aarch64.hpp
|
||||
index 8eb031e3..22daa502 100644
|
||||
--- a/hotspot/src/cpu/aarch64/vm/c2_globals_aarch64.hpp
|
||||
+++ b/hotspot/src/cpu/aarch64/vm/c2_globals_aarch64.hpp
|
||||
@@ -55,7 +55,7 @@ define_pd_global(intx, ConditionalMoveLimit, 3);
|
||||
define_pd_global(intx, FLOATPRESSURE, 64);
|
||||
define_pd_global(intx, FreqInlineSize, 768);
|
||||
define_pd_global(intx, MinJumpTableSize, 10);
|
||||
-define_pd_global(intx, INTPRESSURE, 25);
|
||||
+define_pd_global(intx, INTPRESSURE, 24);
|
||||
define_pd_global(intx, InteriorEntryAlignment, 16);
|
||||
define_pd_global(intx, NewSizeThreadIncrease, ScaleForWordSize(4*K));
|
||||
define_pd_global(intx, LoopUnrollLimit, 60);
|
||||
@ -916,7 +916,7 @@ Provides: java-%{javaver}-%{origin}-accessibility%{?1} = %{epoch}:%{version}-%{r
|
||||
|
||||
Name: java-%{javaver}-%{origin}
|
||||
Version: %{javaver}.%{updatever}.%{buildver}
|
||||
Release: 3
|
||||
Release: 4
|
||||
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons
|
||||
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
|
||||
# also included the epoch in their virtual provides. This created a
|
||||
@ -1118,6 +1118,7 @@ Patch217: 8202142-jfr-event-io-TestInstrumentation-is-unstable.patch
|
||||
Patch218: 8143251-Thread-suspend-on-VM_G1IncCollectionPause-do.patch
|
||||
Patch219: G1Uncommit-Introduce-G1PeriodGCNotRetry-control-whet.patch
|
||||
Patch220: JDK-debug-version-crash-when-using-AppCDS.patch
|
||||
Patch221: 8183543-Aarch64-C2-compilation-often-fails-with-fail--last.patch
|
||||
|
||||
#############################################
|
||||
#
|
||||
@ -1584,6 +1585,7 @@ pushd %{top_level_dir_name}
|
||||
%patch218 -p1
|
||||
%patch219 -p1
|
||||
%patch220 -p1
|
||||
%patch221 -p1
|
||||
popd
|
||||
|
||||
# System library fixes
|
||||
@ -2199,6 +2201,9 @@ require "copy_jdk_configs.lua"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Sep 18 2021 kuenking111 <wangkun49@huawei.com> - 1:1.8.0.302-b07.4
|
||||
- add 8183543-Aarch64-C2-compilation-often-fails-with-fail--last.patch
|
||||
|
||||
* Fri Sep 17 2021 kuenking111 <wangkun49@huawei.com> - 1:1.8.0.302-b07.3
|
||||
- add 8167014-jdeps-failed-with-Missing-message-warn-skippen-entry.patch
|
||||
- add fix_bug_in_keypairgenerator.patch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user