Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177302 | 7 | Kumar Srinivasan | P3 | Closed | Fixed | b39 |
JDK-2172809 | 6u14 | Kumar Srinivasan | P3 | Closed | Fixed | b01 |
JVM_FindClassFromBootLoader triggers assertions in debug builds.
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/interfaceSupport.hpp:170
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/net/baggy.sfbay/allmine/hg-launcher/jdk7/hotspot/src/share/vm/runtime/interfaceSupport.hpp:170), pid=9791, tid=2
# Error: assert(thread->thread_state() == _thread_in_native,"coming from wrong thread state")
#
# Java VM: Java HotSpot(TM) Client VM (14.0-b05-hg-launcher.ksrini.1003-fastdebug mixed mode solaris-sparc )
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/interfaceSupport.hpp:170
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/net/baggy.sfbay/allmine/hg-launcher/jdk7/hotspot/src/share/vm/runtime/interfaceSupport.hpp:170), pid=9791, tid=2
# Error: assert(thread->thread_state() == _thread_in_native,"coming from wrong thread state")
#
# Java VM: Java HotSpot(TM) Client VM (14.0-b05-hg-launcher.ksrini.1003-fastdebug mixed mode solaris-sparc )
- backported by
-
JDK-2172809 JVM_FindClassFromBoot triggers assertions
-
- Closed
-
-
JDK-2177302 JVM_FindClassFromBoot triggers assertions
-
- Closed
-
- relates to
-
JDK-6714758 hotspot: provide an entry point to the BootStrap Class loader
-
- Closed
-