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

David Holmes dholmes at openjdk.java.net
Tue May 25 00:48:24 UTC 2021


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

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

Commit messages:
 - 8267651: runtime/handshake/HandshakeTimeoutTest.java times out will dumping core

Changes: https://git.openjdk.java.net/jdk/pull/4177/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4177&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8267651
  Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4177.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4177/head:pull/4177

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


More information about the hotspot-runtime-dev mailing list