-
Bug
-
Resolution: Fixed
-
P4
-
11, 16
-
b25
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8259835 | 11.0.11 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
Most return values of CodeCache::find_blob_unsafe are NULL checked or at least handled by an asserts. However especially on ppc a few are missing and should be added (e.g. in nativeInst_ppc.cpp).
- backported by
-
JDK-8259835 some missing NULL checks or asserts after CodeCache::find_blob_unsafe
- Resolved