* The surrounding WITH-RECURSIVE-SYSTEM-SPINLOCK
has :WITHOUT-GCING T.
(sb!thread::with-recursive-system-spinlock
((hash-table-spinlock hash-table) :without-gcing t)
(when (rehash-without-growing-p)
- (without-gcing
- (rehash-without-growing hash-table))))))))
+ (rehash-without-growing hash-table)))))))
(declaim (inline update-hash-table-cache))
(defun update-hash-table-cache (hash-table index)
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.11.9"
+"1.0.11.10"