RFR: 8232571: Add missing SIGINFO signal

Roger Riggs Roger.Riggs at oracle.com
Fri Oct 18 15:35:38 UTC 2019


Hi Benoit,

Can you provide the use case.
Generally, only a limited subset of POSIX signals are implemented.

Thanks, Roger


On 10/18/19 11:27 AM, Benoit Daloze wrote:
> 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



More information about the hotspot-runtime-dev mailing list