JDK-8142303 : C2 compilation fails with "bad AD file"
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-11-09
  • Updated: 2017-08-07
  • Resolved: 2015-11-27
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
9 b97Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Default case invoked for: 
   opcode  = 81, "Con"
o1	Con	=== o0  [[]]  #top

--N: o1	Con	=== o0  [[]]  #top

# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=/matcher.cpp:1606
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (/oracle/8141629/hotspot/src/share/vm/opto/matcher.cpp:1606), pid=26113, tid=26135
#  assert(false) failed: bad AD file

Comments
Fix verified by regression test.
07-08-2017

ILW = Assert in compiler, reproduces with CTW, no workaround = MHH = P2
09-11-2015