RFR: 8273440: Zero: Disable runtime/Unsafe/InternalErrorTest.java
David Holmes
dholmes at openjdk.java.net
Wed Sep 8 01:08:10 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
Seems fine and trivial.
Thanks,
David
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/5394
More information about the hotspot-runtime-dev
mailing list