Integrated: 8267945: ZGC: Revert NUMA changes (JDK-8266217 and JDK-8241354) after JDK-8241423
Jie Fu
jiefu at openjdk.java.net
Sun May 30 23:07:23 UTC 2021
On Fri, 28 May 2021 14:57:23 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Hi all,
>
> As discussed here [1], JDK-8266217 and JDK-8241354 make no sense after JDK-8241423.
>
> 8266217: ZGC: Improve the -Xlog:gc+init output for NUMA
> 8241354: ZGC still crashes in containers with NUMA due to get_mempolicy is disabled by default
>
>
> It would be better to revert the changes.
>
> The patch was prepared like this:
>
> # Revert JDK-8266217
> git diff 5ecef01c4a9 5d8c1cc8a05 > r8266217.diff
> patch -p1 < r8266217.diff # patch applied cleanly
>
> # Revert JDK-8241354
> git diff 794cefe8f92 23180f848f0 > r8241354.diff
> patch -p1 < r8241354.diff # patch applied cleanly
>
>
> Testing:
> - hotspot/jtreg/gc/z on Linux/x64 and MacOSX.
>
> Thanks.
> Best regards,
> Jie
>
> [1] https://github.com/openjdk/jdk/pull/4205#issuecomment-849390011
This pull request has now been integrated.
Changeset: 9031477f
Author: Jie Fu <jiefu at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/9031477f275a2ecab4167b5367a25731e5e14c2a
Stats: 56 lines in 6 files changed: 0 ins; 38 del; 18 mod
8267945: ZGC: Revert NUMA changes (JDK-8266217 and JDK-8241354) after JDK-8241423
Reviewed-by: pliden
-------------
PR: https://git.openjdk.java.net/jdk/pull/4252
More information about the hotspot-dev
mailing list