summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorEugene Vigdorchik <eugene.vigdorchik@gmail.com>2013-04-04 15:37:16 +0400
committerEugene Vigdorchik <eugene.vigdorchik@gmail.com>2013-04-04 15:41:21 +0400
commit0affa9423bf190137fadaf6513db0e0a515343af (patch)
tree84aa58411ce9c2482fb795f053fabe1ebaaa17c6 /test/files
parent7e1b88609935aceae36097a9f9ec95e5f7025ff7 (diff)
downloadscala-0affa9423bf190137fadaf6513db0e0a515343af.tar.gz
scala-0affa9423bf190137fadaf6513db0e0a515343af.tar.bz2
scala-0affa9423bf190137fadaf6513db0e0a515343af.zip
SI-7321 Memory leak in specialize on multiple compiler runs.
Currently the map is declared LinkedHashMap, which doesn't align with other caching maps that are cleared on every run. Linkedness is only needed to ensure deterministic order on the generated specialized classes. The same can be accomplished by sorting generated classes a-posteriori.
Diffstat (limited to 'test/files')
0 files changed, 0 insertions, 0 deletions