RFR: 8268014: Build failure on SUSE Linux Enterprise Server 11.4 (s390x) due to 'SYS_get_mempolicy' was not declared [v4]
Jie Fu
jiefu at openjdk.java.net
Wed Jun 2 14:15:33 UTC 2021
On Wed, 2 Jun 2021 13:42:36 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> False would basically disable NUMA, but prevent crashes. Right?
No.
It would crash only if ZGC is enabled.
So returning true is safe on s390 since there is no zgc on s390 and this is also what the old JDKs (before jdk17) actually do.
Thanks.
> Ok, your proposal is fine. Thanks!
Thanks @TheRealMDoerr .
I'll update it tomorrow if there is no objection.
Thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4277
More information about the hotspot-runtime-dev
mailing list