-
Bug
-
Resolution: Fixed
-
P1
-
9
-
b04
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045245 | 8u25 | Calvin Cheung | P1 | Resolved | Fixed | b01 |
JDK-8036566 | 8u20 | Calvin Cheung | P1 | Closed | Fixed | b06 |
JDK-8053246 | emb-8u26 | Calvin Cheung | P1 | Resolved | Fixed | b17 |
A large number of RT_Baseline 2/12/14 tests are failing with the following assertion:
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/interfaceSupport.hpp:198
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/XXXX/src/share/vm/runtime/interfaceSupport.hpp:198), pid=23963, tid=3707763568
# assert(thread->thread_state() == _thread_in_native) failed: coming from wrong thread state
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b129) (build 1.8.0-fastdebug-b129)
# Java VM: Java HotSpot(TM) Client VM (25.0-b62-internal-201402122153.dsamerso.hotspot-fastdebug compiled mode linux-x86 )
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/interfaceSupport.hpp:198
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/XXXX/src/share/vm/runtime/interfaceSupport.hpp:198), pid=23963, tid=3707763568
# assert(thread->thread_state() == _thread_in_native) failed: coming from wrong thread state
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b129) (build 1.8.0-fastdebug-b129)
# Java VM: Java HotSpot(TM) Client VM (25.0-b62-internal-201402122153.dsamerso.hotspot-fastdebug compiled mode linux-x86 )
- backported by
-
JDK-8045245 Fatal error due to incorrect thread state during nightly testing
- Resolved
-
JDK-8053246 Fatal error due to incorrect thread state during nightly testing
- Resolved
-
JDK-8036566 Fatal error due to incorrect thread state during nightly testing
- Closed