-
Bug
-
Resolution: Fixed
-
P2
-
11
-
b20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206766 | 12 | Lois Foltan | P2 | Resolved | Fixed | team |
JDK-8206543 | 11.0.1 | Lois Foltan | P2 | Resolved | Fixed | b01 |
Crash while running test/jdk/java/lang/instrument/DaemonThread/TestDaemonThread.java:
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=src/hotspot/share/classfile/classLoaderData.cpp:955
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (src/hotspot/share/classfile/classLoaderData.cpp:955), pid=26380, tid=25820
# assert(_name_and_id != 0LL) failed: encountered a class loader null name and id
#
# JRE version: Java(TM) SE Runtime Environment (11.0) (fastdebug build 11-internal+0-jdk11-jdk.893)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 11-internal+0-jdk11-jdk.893, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
# Core dump will be written. Default location: JTwork\\scratch\\hs_err_pid26380.mdmp
#
# An error report file with more information is saved as:
# JTwork\\scratch\\hs_err_pid26380.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=src/hotspot/share/classfile/classLoaderData.cpp:955
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (src/hotspot/share/classfile/classLoaderData.cpp:955), pid=26380, tid=25820
# assert(_name_and_id != 0LL) failed: encountered a class loader null name and id
#
# JRE version: Java(TM) SE Runtime Environment (11.0) (fastdebug build 11-internal+0-jdk11-jdk.893)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 11-internal+0-jdk11-jdk.893, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
# Core dump will be written. Default location: JTwork\\scratch\\hs_err_pid26380.mdmp
#
# An error report file with more information is saved as:
# JTwork\\scratch\\hs_err_pid26380.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
- backported by
-
JDK-8206543 assert(_name_and_id != 0LL) failed: encountered a class loader null name and id
-
- Resolved
-
-
JDK-8206766 assert(_name_and_id != 0LL) failed: encountered a class loader null name and id
-
- Resolved
-