On Tue, 11 Oct 2022 08:54:42 GMT, Kim Barrett <[email protected]> wrote:

> > > For POSIX we expect the handler argument for os::signal to be a sigaction 
> > > handler (taking 3 arguments). For Windows we expect os::signal to take a 
> > > 1 argument handler, since Windows seemingly doesn't support the sigaction 
> > > stuff. How is that a portability layer?
> 
> I'll file a bug report for this.

https://bugs.openjdk.org/browse/JDK-8295125

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

PR: https://git.openjdk.org/jdk/pull/10494

Reply via email to