While debugging a Native Image build in IntelliJ, [~chaeubl] saw the following HotSpot crash (see attached crash log for more details). Only happened once so far.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (ciStreams.cpp:129), pid=98321, tid=98336
# fatal error: unhandled bytecode
#
# JRE version: OpenJDK Runtime Environment GraalVM CE 25-dev+12.1 (25.0+12) (build 25+12-jvmci-b01)
# Java VM: OpenJDK 64-Bit Server VM GraalVM CE 25-dev+12.1 (25+12-jvmci-b01, mixed mode, tiered, jvmci, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x61f8a5] ciBytecodeStream::next_wide_or_table(Bytecodes::Code)+0x115
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -- %E" (or dumping to /home/chaeubl/feature/graal-enterprise/substratevm-enterprise/core.98321)
#
# If you would like to submit a bug report, please visit:
# https://github.com/oracle/graal/issues
Unfortunately, replay_pid98321.log was empty.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (ciStreams.cpp:129), pid=98321, tid=98336
# fatal error: unhandled bytecode
#
# JRE version: OpenJDK Runtime Environment GraalVM CE 25-dev+12.1 (25.0+12) (build 25+12-jvmci-b01)
# Java VM: OpenJDK 64-Bit Server VM GraalVM CE 25-dev+12.1 (25+12-jvmci-b01, mixed mode, tiered, jvmci, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x61f8a5] ciBytecodeStream::next_wide_or_table(Bytecodes::Code)+0x115
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -- %E" (or dumping to /home/chaeubl/feature/graal-enterprise/substratevm-enterprise/core.98321)
#
# If you would like to submit a bug report, please visit:
# https://github.com/oracle/graal/issues
Unfortunately, replay_pid98321.log was empty.
- relates to
-
JDK-8352490 Fatal error message for unhandled bytecode needs more detail
-
- Resolved
-