Integrated: 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

This pull request has now been integrated.

Changeset: d0d2ddcc
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/d0d2ddccaf93a1f97843e7d01c5bf6eb8ba3aece
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

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

Reviewed-by: dcubed

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

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


More information about the hotspot-runtime-dev mailing list