summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJames Iry <james.iry@typesafe.com>2013-05-17 14:00:57 -0700
committerJames Iry <james.iry@typesafe.com>2013-06-04 08:19:30 -0700
commitb7e0fd26db0a0aa2c77b5196a18d99ac91fe072c (patch)
tree69ccf27eadf3aa2b228ffecfb8ba4228724d6eae /test
parent746d85b2e6f8c8dd64016e0b4c0eafe1b808b147 (diff)
downloadscala-b7e0fd26db0a0aa2c77b5196a18d99ac91fe072c.tar.gz
scala-b7e0fd26db0a0aa2c77b5196a18d99ac91fe072c.tar.bz2
scala-b7e0fd26db0a0aa2c77b5196a18d99ac91fe072c.zip
Modify perRunCaches to not leak WeakReferences
perRunCaches was using a HashMap of WeakReferences which meant it would accumulate WeakReferences over time. This commit uses a WeakHashSet instead so that the references are cleaned up.
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions