Index: /trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp	(revision 79787)
+++ /trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp	(revision 79788)
@@ -3838,9 +3838,5 @@
                  * Ok, still not enough space.  Reallocate the table.
                  */
-#if 0  /** @todo enable this after making sure growing works flawlessly. */
                 uint32_t                cInc = RT_ALIGN_32(pShared->cEntries - cAllocated, 16);
-#else
-                uint32_t                cInc = RT_ALIGN_32(pShared->cEntries - cAllocated, 1);
-#endif
                 PRTLOCKVALRECSHRDOWN   *papOwners;
                 papOwners = (PRTLOCKVALRECSHRDOWN *)RTMemRealloc((void *)pShared->papOwners,
