RFR: 8267651: runtime/handshake/HandshakeTimeoutTest.java times out when dumping core

Daniel D.Daugherty dcubed at openjdk.java.net
Tue May 25 14:10:57 UTC 2021


On Tue, 25 May 2021 00:40:28 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Please review this trivial test fix to add -XX:-CreateCoredumpOnCrash to the exec'd VM that we expect to crash with SIGILL. If the core dump is generated it can take a long time on macos and cause the whole test to timeout.
> 
> Testing: ran 50x on macos-x64, plus local linux-x64
> 
> Thanks,
> David

Thumbs up!

I agree that this is a trivial fix.

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

Marked as reviewed by dcubed (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/4177


More information about the hotspot-runtime-dev mailing list