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

Thomas Stuefe stuefe at openjdk.java.net
Mon Nov 2 10:53: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

Same as for https://git.openjdk.java.net/jdk/pull/1001. Code will be fixed as a side effect of https://bugs.openjdk.java.net/browse/JDK-8255711.

But this is fine if it fixes the test for you; plus, probably easier to downport that way.

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

Marked as reviewed by stuefe (Reviewer).

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


More information about the hotspot-runtime-dev mailing list