JDK-8255743 : Relax SIGFPE match in in runtime/ErrorHandling/SecondaryErrorTest.java
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 11,15,16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-11-02
  • Updated: 2023-12-21
  • Resolved: 2020-11-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 16
11.0.23-oracleFixed 16 b23Fixed
Related Reports
Relates :  
Relates :  
Description
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.
Comments
Fix request [11u] I backport this for parity with 11.0.23-oracle. No risk, only a test change. Clean backport. Test passes. SAP nightly testing passed.
19-12-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk11u-dev/pull/2402 Date: 2023-12-18 05:57:31 +0000
18-12-2023

Changeset: 6d36b4bb Author: Aleksey Shipilev <shade@openjdk.org> Date: 2020-11-03 07:06:14 +0000 URL: https://github.com/openjdk/jdk/commit/6d36b4bb
03-11-2020