RFR: 8232571: Add missing SIGINFO signal

Benoit Daloze benoit.daloze at oracle.com
Fri Oct 18 15:27:26 UTC 2019


Hello,

Please review the following fix for 
https://bugs.openjdk.java.net/browse/JDK-8232571

In short, new sun.misc.Signal("INFO") throws IllegalArgumentException on 
JDK11+
due to the signal not being in the known signal list. This is a 
regression, it worked fine in JDK8.

I attach a patch to fix this,.

Bug: https://bugs.openjdk.java.net/browse/JDK-8232571

Thanks,
Benoit Daloze
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-the-missing-SIGINFO-to-the-list-of-signals.patch
Type: text/x-patch
Size: 3470 bytes
Desc: not available
URL: <https://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/attachments/20191018/b0850fa4/0001-Add-the-missing-SIGINFO-to-the-list-of-signals.patch>


More information about the hotspot-runtime-dev mailing list