Integrated: 8273440: Zero: Disable runtime/Unsafe/InternalErrorTest.java

Aleksey Shipilev shade at openjdk.java.net
Wed Sep 8 07:48:15 UTC 2021


On Tue, 7 Sep 2021 15:40:56 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> JDK-8191278 added a `runtime/Unsafe/InternalErrorTest.java` test to verify that `SIGBUS` during Unsafe copy is converted into the exception. Zero currently crashes this test on `ShouldNotCall()` in signal handler:
> 
> 
> # Internal Error (/home/shade/trunks/jdk/src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp:155), pid=2752575, tid=2752589
> # Error: ShouldNotCall()
> 
> 
> It is unlikely that Zero would implement this functionality, so it seems prudent to disable the test to get clean tier1 for Zero.
> 
> Additional testing:
>  - [x] Linux x86_64 Zero, test is now disabled
>  - [x] Linux x86_64 Server, test still runs

This pull request has now been integrated.

Changeset: 286a1f6b
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/286a1f6b7c6d7c598ced456f1a5f63cac1be8539
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8273440: Zero: Disable runtime/Unsafe/InternalErrorTest.java

Reviewed-by: dholmes

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

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


More information about the hotspot-runtime-dev mailing list