-
Enhancement
-
Resolution: Duplicate
-
P4
-
repo-valhalla
Currently, TypeAryPtr::is_null_free() only returns null if the element type is an inline type, checked with is_inlinetypeptr(). However, we could also have a super type that merges two null free arrays - either object or an abstract value type for which is_inlinetypeptr() returns false because it does not have a backing ciInlineKlass.
We should update TypeAryPtr::is_null_free() to consider any null-free array, including autobox caches.
We should update TypeAryPtr::is_null_free() to consider any null-free array, including autobox caches.
- duplicates
-
JDK-8341767 [lworld] JIT support for nullable, atomic, flat arrays
-
- In Progress
-
- relates to
-
JDK-8345250 [lworld] C2: Array loads and stores on inexact flat arrays cause crashes
-
- Resolved
-