I2ADAN: G1 memory uncommit

This commit is contained in:
cruise01 2020-12-22 16:44:56 +08:00 committed by jdkboy
parent 27b8f1f3c8
commit 55fcf26fdf
3 changed files with 2128 additions and 2 deletions

View File

@ -112,7 +112,7 @@ index 000000000..d4c93b390
+++ b/hotspot/test/compiler/c2/TestReplaceEquivPhis.java
@@ -0,0 +1,77 @@
+/*
+ * Copyright (c) 2020, Huawei Technologies Co. Ltd. All rights reserved.
+ * Copyright (c) 2020, Huawei Technologies Co., LTD. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it

2121
G1-memory-uncommit.patch Executable file

File diff suppressed because it is too large Load Diff

View File

@ -915,7 +915,7 @@ Provides: java-%{javaver}-%{origin}-accessibility%{?1} = %{epoch}:%{version}-%{r
Name: java-%{javaver}-%{origin}
Version: %{javaver}.%{updatever}.%{buildver}
Release: 8
Release: 9
# 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
@ -1064,6 +1064,7 @@ Patch135: 8223940-Private-key-not-supported-by-chosen-signature.patch
Patch136: 8236512-PKCS11-Connection-closed-after-Cipher.doFinal-and-NoPadding.patch
Patch137: 8250861-Crash-in-MinINode-Ideal-PhaseGVN-bool.patch
Patch138: add-appcds-file-lock.patch
Patch139: G1-memory-uncommit.patch
#############################################
#
@ -1483,6 +1484,7 @@ pushd %{top_level_dir_name}
%patch136 -p1
%patch137 -p1
%patch138 -p1
%patch139 -p1
popd
@ -2099,6 +2101,9 @@ require "copy_jdk_configs.lua"
%endif
%changelog
* Thu Dec 22 2020 cruise01 <hexuejin2@huawei.com> - 1:1.8.0.272-b10.9
- add G1-memory-uncommit.patch
* Thu Dec 22 2020 kuenking <wangkun49@huawei.com> - 1:1.8.0.272-b10.8
- add add-appcds-file-lock.patch