JDK-8143208 : compiler/c1/6855215/Test6855215.java supports_sse2() failed
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 8u92,9
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-11-18
  • Updated: 2017-07-26
  • Resolved: 2015-11-23
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 b96Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
----------messages:(3/159)----------
command: main -Xbatch -XX:UseSSE=0 Test6855215
reason: User specified action: run main/othervm -Xbatch -XX:UseSSE=0 Test6855215 
elapsed time (seconds): 1.986
----------System.out:(23/1317)----------
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=/assembler_x86.cpp:2225
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (/opt/jprt/T/P1/220455.drlong/s/hotspot/src/cpu/x86/vm/assembler_x86.cpp:2225), pid=15056, tid=15289
#  Error: assert(VM_Version::supports_sse2()) failed
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (build 1.9.0-internal-fastdebug-20151117220455.drlong.jdk9-comp-b00)
# Java VM: Java HotSpot(TM) Server VM (1.9.0-internal-fastdebug-20151117220455.drlong.jdk9-comp-b00, compiled mode, g1 gc, linux-x86)
# Core dump will be written. Default location: Core dumps may be processed with "/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e" (or dumping to /export/home/aurora/sandbox/results/workDir/compiler/c1/6855215/Test6855215/core.15056)
#
# An error report file with more information is saved as:
# /export/home/aurora/sandbox/results/workDir/compiler/c1/6855215/Test6855215/hs_err_pid15056.log
#
# Compiler replay data is saved as:
# /export/home/aurora/sandbox/results/workDir/compiler/c1/6855215/Test6855215/replay_pid15056.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
Current thread is 15289
Dumping core ...
Comments
verified by nightly testing
26-07-2017

This also shows up in a slightly different setting in JDK 8u, see my comments in JDK-8086061. I think we should backport the fix.
31-05-2016