Description
$ java -XX:-UsePerfData -version
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f8274efdff8, pid=31929, tid=31930
#
# JRE version: (16.0) (build )
# Java VM: Java HotSpot(TM) 64-Bit Server VM (16-internal+0-adhoc.iklam.open, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x740ff8] InstanceKlass::initialize_impl(Thread*)+0x5b8
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport %p %s %c %d %P" (or dumping to /jdk2/lee/open/src/hotspot/core.31929)
#
# An error report file with more information is saved as:
# /jdk2/lee/open/src/hotspot/hs_err_pid31929.log
#
#
Aborted (core dumped)
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f8274efdff8, pid=31929, tid=31930
#
# JRE version: (16.0) (build )
# Java VM: Java HotSpot(TM) 64-Bit Server VM (16-internal+0-adhoc.iklam.open, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x740ff8] InstanceKlass::initialize_impl(Thread*)+0x5b8
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport %p %s %c %d %P" (or dumping to /jdk2/lee/open/src/hotspot/core.31929)
#
# An error report file with more information is saved as:
# /jdk2/lee/open/src/hotspot/hs_err_pid31929.log
#
#
Aborted (core dumped)
Attachments
Issue Links
- relates to
-
JDK-8246019 PerfClassTraceTime slows down VM start-up
- Resolved