< prev index next >

src/hotspot/share/opto/graphKit.cpp

Print this page

        

@@ -4003,11 +4003,11 @@
         }
       }
     }
   }
 
-  if (EnableValhalla && (!layout_con || elem == NULL || (elem_klass != NULL && elem_klass->is_java_lang_Object() && !ary_type->klass_is_exact()))) {
+  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 >