git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@606022 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2007-12-20 20:42:43 +00:00
parent 01215e240d
commit 9f94b6c509
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ class HashBin {
HashPageInfo info = hashPages.get(pageNo);
if (info.size() > maximumEntries) {
// overflowed
info.begin();
HashEntry entry = info.removeHashEntry(info.size() - 1);
doOverFlow(pageNo + 1, entry);
}