Integrated: 8255743: Relax SIGFPE match in in runtime/ErrorHandling/SecondaryErrorTest.java

Aleksey Shipilev shade at openjdk.java.net
Tue Nov 3 07:11:55 UTC 2020


On Mon, 2 Nov 2020 10:35:41 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> After JDK-8255741, Zero prints the message below for the affected test:
> 
> # Internal Error (/home/shade/trunks/jdk/src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp:257), pid=903938, tid=903939
> # fatal error: caught unhandled signal: SIGFPE
> 
> Unfortunately, that still does not match the regexp in the test. Seems simple to relax the regexp a bit. @tstuefe, what do you think?
> 
> Additional testing:
>  - [x] Affected test on Linux x86_64 Zero (together with JDK-8255741 fix)
>  - [x] Affected test on Linux x86_64 server

This pull request has now been integrated.

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

8255743: Relax SIGFPE match in in runtime/ErrorHandling/SecondaryErrorTest.java

Reviewed-by: stuefe

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

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


More information about the hotspot-runtime-dev mailing list