Currently, PhaseIdealLoop::flatten_array_element_type_check() only works with simple subtype checks (Compile::SSC_easy_test) but not with SubTypeCheck nodes. We should evaluate if these should be supported as well and add the corresponding tests.
- relates to
-
JDK-8231346 [lworld] Further optimize loading/storing element of known type to object array
- Open