JDK-8221604 : C2 crash Node_Backward_Iterator::next()
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 8u192,11
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86
  • Submitted: 2019-03-28
  • Updated: 2019-03-28
  • Resolved: 2019-03-28
Related Reports
Duplicate :  
Description
I'm creating this bug on behalf of the Alibaba Dragonwell community (a friendly downstream distribution of JDK8) with consent from GitHub user 'yansendao'. 

Dragonwell Issue link: 
https://github.com/alibaba/dragonwell8/issues/12

Description: 
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f4187b6ecd8, pid=52109, tid=52120
#
# JRE version: OpenJDK Runtime Environment (11.0.2+9) (build 11.0.2+9)
# Java VM: OpenJDK 64-Bit Server VM (11.0.2+9, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# V  [libjvm.so+0x7e6cd8]  Node_Backward_Iterator::next()+0x138
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /ssd1/home/chuansheng.lcs/tmp/tf3/hs_err_pid52109.log
#
# Compiler replay data is saved as:
# /ssd1/home/chuansheng.lcs/tmp/tf3/replay_pid52109.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
Aborted

Steps to reproduce: 
- unzip attachment testfile2.zip 
- javac testfile/* 
- java -cp testfile Test 


JDK version: 
I tested and confirmed that this bug happened on both jdk8 and jdk11. 
Comments
This is a duplicate of JDK-8202952.
28-03-2019