-
Bug
-
Resolution: Fixed
-
P1
-
8u40, 9
-
b44
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083311 | emb-9 | Stefan Karlsson | P1 | Resolved | Fixed | team |
JDK-8068068 | 8u45 | Stefan Karlsson | P1 | Resolved | Fixed | b02 |
JDK-8066779 | 8u40 | Stefan Karlsson | P1 | Closed | Fixed | b19 |
JDK-8070930 | emb-8u47 | Stefan Karlsson | P1 | Resolved | Fixed | team |
ClassFileParser::apply_parsed_class_metadata can safepoint when allocating the Annotations, before the other metadata fields are setup. This allows GCs to find incomplete InstanceKlasses in the CLD _klasses list. The code crashes when the InstanceKlass::_methods field is NULL.
- backported by
-
JDK-8068068 Crash in InstanceKlass::clean_method_data when _method is NULL
-
- Resolved
-
-
JDK-8070930 Crash in InstanceKlass::clean_method_data when _method is NULL
-
- Resolved
-
-
JDK-8083311 Crash in InstanceKlass::clean_method_data when _method is NULL
-
- Resolved
-
-
JDK-8066779 Crash in InstanceKlass::clean_method_data when _method is NULL
-
- Closed
-