[jdk17u-dev] Integrated: 8279124: VM does not handle SIGQUIT during initialization
Xin Liu
xliu at openjdk.java.net
Tue Feb 1 18:09:16 UTC 2022
On Mon, 31 Jan 2022 22:59:47 GMT, Xin Liu <xliu at openjdk.org> wrote:
> It reduces the risk that the launching JVMs are suppressed due to SIGQUIT sent by attaching clients(such as jcmd) on Posix systems. The patch applies cleanly to jdk17u. The risk is low because it only changes the signal handling of SIGQUIT at the early initialization phrase.
>
> Testing: tier1. passed all-tiered tests of jdk.
This pull request has now been integrated.
Changeset: c03b95dc
Author: Xin Liu <xliu at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.java.net/jdk17u-dev/commit/c03b95dc5929751ae93df9856fd52b362ee9d7d0
Stats: 14 lines in 1 file changed: 10 ins; 0 del; 4 mod
8279124: VM does not handle SIGQUIT during initialization
Backport-of: 9bf6ffa19f1ea9efcadb3396d921305c9ec0b1d1
-------------
PR: https://git.openjdk.java.net/jdk17u-dev/pull/137
More information about the jdk-updates-dev
mailing list