-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b115
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8316330 | 8u401 | Fairoz Matte | P3 | Resolved | Fixed | b01 |
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=\compiledIC_x86.cpp:106
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (C:\...\hotspot\src\cpu\x86\vm\compiledIC_x86.cpp:106), pid=7372, tid=9720
# assert(method_holder->data() == 0 || method_holder->data() == (intptr_t)callee()) failed: a) MT-unsafe modification of inline cache
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (build 1.9.0-internal-fastdebug-...)
# Java VM: Java HotSpot(TM) Client VM (1.9.0-internal-...)
# Core dump written. Default location: C:\...
# after -XX: or in .hotspotrc: SuppressErrorAt=\compiledIC_x86.cpp:106
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (C:\...\hotspot\src\cpu\x86\vm\compiledIC_x86.cpp:106), pid=7372, tid=9720
# assert(method_holder->data() == 0 || method_holder->data() == (intptr_t)callee()) failed: a) MT-unsafe modification of inline cache
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (build 1.9.0-internal-fastdebug-...)
# Java VM: Java HotSpot(TM) Client VM (1.9.0-internal-...)
# Core dump written. Default location: C:\...
- backported by
-
JDK-8316330 Crash: assert(method_holder->data() == 0 ...) failed: a) MT-unsafe modification of inline cache
- Resolved
- relates to
-
JDK-8005873 JRuby test_respond_to.rb asserts with: MT-unsafe modification of inline cache
- Resolved
-
JDK-8144856 fix assert in CompiledStaticCall::set_to_interpreted
- Closed