-
Bug
-
Resolution: Fixed
-
P4
-
11.0.1, 12
-
b19
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 |
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.
- 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
-