Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083130 | emb-9 | Roland Westrelin | P3 | Resolved | Fixed | team |
JDK-8068070 | 8u45 | Roland Westrelin | P3 | Resolved | Fixed | b02 |
JDK-8067299 | 8u40 | Roland Westrelin | P3 | Resolved | Fixed | b19 |
JDK-8070932 | emb-8u47 | Roland Westrelin | P3 | Resolved | Fixed | team |
Happens on every deoptimization with fastdebug builds with -XX:+TraceDeoptimization
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fb1ca093572, pid=7481, tid=140401605281536
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (build 1.9.0-internal-fastdebug-20141209203006.iggy.8066900-b00)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.9.0-internal-fastdebug-20141209203006.iggy.8066900-b00 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x75a572] Deoptimization::print_objects(GrowableArray<ScopeValue*>*, bool)+0x22Deoptimization::print_objects
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fb1ca093572, pid=7481, tid=140401605281536
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (build 1.9.0-internal-fastdebug-20141209203006.iggy.8066900-b00)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.9.0-internal-fastdebug-20141209203006.iggy.8066900-b00 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x75a572] Deoptimization::print_objects(GrowableArray<ScopeValue*>*, bool)+0x22Deoptimization::print_objects
- backported by
-
JDK-8067299 SIGSEGV with +TraceDeoptimization in Deoptimization::print_objects
- Resolved
-
JDK-8068070 SIGSEGV with +TraceDeoptimization in Deoptimization::print_objects
- Resolved
-
JDK-8070932 SIGSEGV with +TraceDeoptimization in Deoptimization::print_objects
- Resolved
-
JDK-8083130 SIGSEGV with +TraceDeoptimization in Deoptimization::print_objects
- Resolved
- relates to
-
JDK-6898462 The escape analysis with G1 cause crash assertion src/share/vm/runtime/vframeArray.cpp:94
- Resolved