-
Bug
-
Resolution: Fixed
-
P3
-
hs25
-
b31
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8014161 | 8 | Mikael Gerdin | P3 | Closed | Fixed | b89 |
In the ClassLoaderDataGraph::add() function, if init_dependencies gets an OutOfMemoryError, it will leave an invalid ClassLoaderData object on the graph and installed in the class loader oop. If a dependency is added to this object, it will crash.
Thanks to David Holmes for discovering this through code inspection.
- backported by
-
JDK-8014161 NPG: init_dependencies in class loader data graph can cause invalid CLD
-
- Closed
-
- relates to
-
JDK-8013136 NPG: Parallel class loading tests fail after fix for JDK-8011802
-
- Closed
-
-
JDK-8010196 NPG: Internal Error: Metaspace allocation lock -- possible deadlock
-
- Resolved
-