* Do not create new collections in recycle() - seems to have negative performance impact.

This commit is contained in:
hns 2006-12-12 15:31:30 +00:00
parent 414b22836b
commit 6139814575

View file

@ -475,11 +475,6 @@ public class Transactor extends Thread {
cleanNodes.clear();
parentNodes.clear();
testedConnections.clear();
// create new collections
dirtyNodes = new HashMap();
cleanNodes = new HashMap();
parentNodes = new HashSet();
testedConnections = new HashSet();
}
/**