< prev index next >

src/hotspot/share/opto/graphKit.cpp

Print this page

        

*** 4003,4013 **** } } } } ! if (EnableValhalla && (!layout_con || elem == NULL || (elem_klass != NULL && elem_klass->is_java_lang_Object() && !ary_type->klass_is_exact()))) { assert(raw_default_value == NULL, "shouldn't be set yet"); // unkown array type, could be a non flattened value array that's // initialize to a non zero default value --- 4003,4013 ---- } } } } ! if (EnableValhalla && (elem == NULL || (elem_klass != NULL && elem_klass->is_java_lang_Object() && !ary_type->klass_is_exact()))) { assert(raw_default_value == NULL, "shouldn't be set yet"); // unkown array type, could be a non flattened value array that's // initialize to a non zero default value
< prev index next >