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

Thomas Stuefe stuefe at openjdk.java.net
Mon Nov 2 12:52:58 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

This pull request has now been integrated.

Changeset: 54c88132
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/54c88132
Stats:     3 lines in 3 files changed: 0 ins; 0 del; 3 mod

8255734: VM should ignore SIGXFSZ on ppc64, s390 too

Reviewed-by: mdoerr, lucy

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

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


More information about the hotspot-runtime-dev mailing list