RFR: JDK-8255734: VM should ignore SIGXFSZ on ppc64, s390 too

Lutz Schmidt lucy at openjdk.java.net
Mon Nov 2 11:00:01 UTC 2020


On Mon, 2 Nov 2020 08:46:03 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> Hi,
> 
> may I have reviews please for this small fix.
> 
> We willfully ignore SIGPIPE and SIGXFSZ, since their default action is to terminate the VM. However, SIGXFSZ handling was missing for linux ppc64, s390 and AIX. 
> 
> Note that this is a minimal patch, with the explicit aim of making backporting simple. This whole coding will change a lot with JDK-8255711, so I did refrain from changing much more code.
> 
> Thanks, Thomas

Change looks good. 
It really is pointless to handle this signal in the VM. What should we do?

-------------

Marked as reviewed by lucy (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/996


More information about the hotspot-runtime-dev mailing list