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

David Holmes dholmes at openjdk.java.net
Tue May 25 23:38:19 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

Thanks Dan!

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

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


More information about the hotspot-runtime-dev mailing list