Index: /trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/PGMR0.cpp	(revision 37949)
+++ /trunk/src/VBox/VMM/VMMR0/PGMR0.cpp	(revision 37950)
@@ -87,4 +87,5 @@
     if (RT_SUCCESS(rc))
     {
+#ifdef VBOX_STRICT
         for (uint32_t i = 0; i < RT_ELEMENTS(pVM->pgm.s.aHandyPages); i++)
         {
@@ -95,4 +96,5 @@
             Assert(!(pVM->pgm.s.aHandyPages[i].HCPhysGCPhys & ~X86_PTE_PAE_PG_MASK));
         }
+#endif
 
         pVM->pgm.s.cHandyPages = RT_ELEMENTS(pVM->pgm.s.aHandyPages);
