*** 246,13 *** "Use fast inlined type array allocation") \ \ develop(bool, UseFastNewObjectArray, true, \ "Use fast inlined object array allocation") \ \ - develop(bool, UseFastLocking, true, \ - "Use fast inlined locking code") \ - \ develop(bool, UseSlowPath, false, \ "For debugging: test slow cases by always using them") \ \ develop(bool, GenerateArrayStoreCheck, true, \ "Generates code for array store checks") \ --- 246,10 ---