Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8231577 | 11.0.6-oracle | Harold Seigel | P4 | Resolved | Fixed | b01 |
JDK-8214528 | 11.0.3 | Severin Gehwolf | P4 | Resolved | Fixed | master |
Description
Parent class loader may not have a referred ClassLoaderData instance when obtained in Klass::class_in_module_of_loader method. This situation triggers assertions in debug builds and crashes the JVM with a null dereferencing in release builds.
ClassLoaderData instance may be null if, for instance, the class loader never defined a class.
ClassLoaderData instance may be null if, for instance, the class loader never defined a class.
Attachments
Issue Links
- backported by
-
JDK-8214528 Parent class loader may not have a referred ClassLoaderData instance when obtained in Klass::class_in_module_of_loader
-
- Resolved
-
-
JDK-8231577 Parent class loader may not have a referred ClassLoaderData instance when obtained in Klass::class_in_module_of_loader
-
- Resolved
-