RFR: JDK-8319633: runtime/posixSig/TestPosixSig.java intermittent timeouts on UNIX [v2]

Thomas Stuefe stuefe at openjdk.org
Fri Nov 24 06:24:04 UTC 2023


On Fri, 24 Nov 2023 03:04:37 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Does the failure only happen when running with Xcomp? If so we could just require it to not run then. Otherwise the chaining seem reasonable, but needs a change I think.
> 
> Thanks

Wouldn't just using a signal which we know is not generated by the hotspot itself but still monitored by the JNI checker - eg SIGQUIT - not be simpler?

p.s I'm not insisting on that; if @JoKern65 wants to do the chaining, that is fine.

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

PR Comment: https://git.openjdk.org/jdk/pull/16797#issuecomment-1825197350


More information about the hotspot-runtime-dev mailing list