RFR: JDK-8319633: runtime/posixSig/TestPosixSig.java intermittent timeouts on UNIX [v4]
Joachim Kern
jkern at openjdk.org
Mon Nov 27 17:59:30 UTC 2023
On Mon, 27 Nov 2023 17:12:01 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> Joachim Kern has updated the pull request incrementally with one additional commit since the last revision:
>>
>> tried to follow the suggested comments
>
> test/hotspot/jtreg/runtime/posixSig/TestPosixSig.java line 54:
>
>> 52: // modification, the JVM may crash or hang in an endless loop, where the
>> 53: // illegal instruction will be continously executed, raising SIGILL, and
>> 54: // the signal handler will return to the illegal insruction again...
>
> typo: insruction
> Otherwise, LGTM.
typo fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16797#discussion_r1406543850
More information about the hotspot-runtime-dev
mailing list