aboutsummaryrefslogtreecommitdiff
path: root/stage2/Stage2.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-11-25 16:48:28 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-01 23:10:48 -0500
commit00d9485f5597fdecc58461bd81df635fafbe494f (patch)
tree026f7f143d8cf5ae69e7afaa452d03180d3e04a8 /stage2/Stage2.scala
parent8939ebef01ae7a665781d99331e4d13e7b875a96 (diff)
downloadcbt-00d9485f5597fdecc58461bd81df635fafbe494f.tar.gz
cbt-00d9485f5597fdecc58461bd81df635fafbe494f.tar.bz2
cbt-00d9485f5597fdecc58461bd81df635fafbe494f.zip
Merge separate hashmaps for persistent cache into one
This isn’t type-safe, but re-using that same hashmap for both keys and classloaders allows to reduce the number of members in Context. Also we can re-use the same hashMap for other things as well in the coming commits, e.g. timestamps.
Diffstat (limited to 'stage2/Stage2.scala')
-rw-r--r--stage2/Stage2.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/stage2/Stage2.scala b/stage2/Stage2.scala
index dfbead3..260a46d 100644
--- a/stage2/Stage2.scala
+++ b/stage2/Stage2.scala
@@ -31,8 +31,7 @@ object Stage2 extends Stage2Base{
logger.start,
args.cbtHasChanged,
null,
- args.permanentKeys,
- args.permanentClassLoaders,
+ args.persistentCache,
new java.util.concurrent.ConcurrentHashMap,
args.cache,
args.cbtHome,