JDK-8367325 : [s390x] build failure due to JDK-8361376
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 26
  • Priority: P1
  • Status: Open
  • Resolution: Unresolved
  • OS: linux
  • CPU: s390x
  • Submitted: 2025-09-10
  • Updated: 2025-09-12
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.
Other
tbdUnresolved
Related Reports
Causes :  
Description
I am still in process of debugging but creating this issue, s390x change done in JDK-8361376 are either incomplete or wrong. 

* For target buildtools_create_symbols_javac__the.COMPILE_CREATE_SYMBOLS_batch:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGILL (0x4) at pc=0x000003ff94e149aa, pid=335189, tid=335669
#
# JRE version: OpenJDK Runtime Environment (26.0) (fastdebug build 26-internal-adhoc.amit.jdk)
# Java VM: OpenJDK 64-Bit Server VM (fastdebug 26-internal-adhoc.amit.jdk, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-s390x)
# Problematic frame:
# V  [libjvm.so+0x4149ae]  BarrierSetNMethod::set_guard_value(nmethod*, int, int)+0xfe
#
# Core dump will be written. Default location: Core dumps may be processed with "/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h %d" (or dumping to /home/amit/jdk/make/core.335189)
#
# An error report file with more information is saved as:
# /home/amit/jdk/make/hs_err_pid335189.log
     Locks owned:
   ... (rest of output omitted)
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/27213 Date: 2025-09-11 09:51:29 +0000
11-09-2025