JDK-8042715 : bigapps/runThese/stability fails on nightly with SIGSEGV
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P1
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2014-05-08
  • Updated: 2023-07-21
  • Resolved: 2023-07-21
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 9
9Resolved
Related Reports
Duplicate :  
Description
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f91ffb1dc37, pid=21828, tid=140119516829440
#
# JRE version: Java(TM) SE Runtime Environment (9.0-b11) (build 1.9.0-ea-b11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.9.0-internal-201405051814.cthaling.comp_to_main mixed mode linux-amd64 )
# Problematic frame:
# V  [libjvm.so+0x89ec37]  MulNode::Ideal(PhaseGVN*, bool)+0xf7
#
# Core dump written. Default location: /scratch/local/aurora/sandbox/results/runThese/core or core.21828
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#
Comments
Able to reproduce. The problem is that in MulNode::Ideal() the type of the PhiNode in(1) is null. This is a duplicate of JDK-8042052.
30-10-2014

ILW=Crash in compiler, once so far, none known = HMH=P1
08-05-2014