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

Thomas Stuefe stuefe at openjdk.java.net
Mon Nov 2 08:54:03 UTC 2020


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

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

Commit messages:
 - Initial patch

Changes: https://git.openjdk.java.net/jdk/pull/996/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=996&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8255734
  Stats: 3 lines in 3 files changed: 0 ins; 0 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/996.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/996/head:pull/996

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


More information about the hotspot-runtime-dev mailing list