-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b114
-
sparc
We hit the following assert on Sparc with different stack traces:
# Internal Error (/opt/jprt/T/P1/212300.cthaling/s/hotspot/src/cpu/sparc/vm/frame_sparc.cpp:363), pid=6522, tid=33
# assert(!((nmethod*)_cb)->is_deopt_pc(_pc)) failed: invariant broken
This failure is similar toJDK-8029441 but happens without the JFR.
# Internal Error (/opt/jprt/T/P1/212300.cthaling/s/hotspot/src/cpu/sparc/vm/frame_sparc.cpp:363), pid=6522, tid=33
# assert(!((nmethod*)_cb)->is_deopt_pc(_pc)) failed: invariant broken
This failure is similar to
- relates to
-
JDK-8046936 JEP 270: Reserved Stack Areas for Critical Sections
- Closed
-
JDK-8029441 assert(!((nmethod*)_cb)->is_deopt_pc(_pc)) failed: invariant broken
- Resolved
-
JDK-8156659 assert(CodeCache::find_blob_unsafe(_pc) == _cb) failed: inconsistent
- Closed