@@ -1852,11 +1852,11 @@ } } #endif // Use XMM/YMM MOVDQU instruction for Object Initialization - if (!UseFastStosb && UseSSE >= 2 && UseUnalignedLoadStores) { + if (UseSSE >= 2 && UseUnalignedLoadStores) { if (FLAG_IS_DEFAULT(UseXMMForObjInit)) { UseXMMForObjInit = true; } } else if (UseXMMForObjInit) { warning("UseXMMForObjInit requires SSE2 and unaligned load/stores. Feature is switched off.");