-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
11
-
generic
-
linux
The command will make jdk with slowdebug build crash
./build/linux-x86_64-normal-server-slowdebug/images/jdk/bin/java -XX:+PrintInterpreter -XX:+VerifyOops -version
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/codeBuffer.cpp:1066
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (../../src/hotspot/share/asm/codeBuffer.cpp:1066), pid=1476452, tid=1476453
# assert(_offset >= 0) failed: offset for non comment?
#
# JRE version: (11.0.26) (slowdebug build )
# Java VM: OpenJDK 64-Bit Server VM (slowdebug 11.0.26+0-0a5ff8c3, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h %e" (or dumping to /home/yansendao/git/jdk11u-dev-ysd/core.1476452)
#
# An error report file with more information is saved as:
# /home/yansendao/git/jdk11u-dev-ysd/hs_err_pid1476452.log
./build/linux-x86_64-normal-server-slowdebug/images/jdk/bin/java -XX:+PrintInterpreter -XX:+VerifyOops -version
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/codeBuffer.cpp:1066
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (../../src/hotspot/share/asm/codeBuffer.cpp:1066), pid=1476452, tid=1476453
# assert(_offset >= 0) failed: offset for non comment?
#
# JRE version: (11.0.26) (slowdebug build )
# Java VM: OpenJDK 64-Bit Server VM (slowdebug 11.0.26+0-0a5ff8c3, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h %e" (or dumping to /home/yansendao/git/jdk11u-dev-ysd/core.1476452)
#
# An error report file with more information is saved as:
# /home/yansendao/git/jdk11u-dev-ysd/hs_err_pid1476452.log
- relates to
-
JDK-8231058 VerifyOops crashes with assert(_offset >= 0) failed: offset for non comment?
-
- Closed
-