Skip to content

Commit

Permalink
Merge pull request #2901 from gkossakowski/backport-uniques-memory-fix
Browse files Browse the repository at this point in the history
Backport #2605 to 2.10.x: SI-7149 Use a WeakHashSet for type uniqueness
  • Loading branch information
gkossakowski committed Sep 4, 2013
2 parents 0195d7e + a78dddd commit 068b9a3
Show file tree
Hide file tree
Showing 6 changed files with 1,446 additions and 54 deletions.
32 changes: 32 additions & 0 deletions bincompat-backward.whitelist.conf
Expand Up @@ -271,6 +271,38 @@ filter {
{
matchName="scala.reflect.internal.StdNames.compactifyName"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.internal.util.WeakHashSet"
problemName=FinalClassProblem
},
{
matchName="scala.reflect.internal.util.WeakReferenceWithEquals"
problemName=MissingClassProblem
},
{
matchName="scala.reflect.internal.SymbolTable.scala$reflect$internal$Types$$uniques"
problemName=IncompatibleResultTypeProblem
},
{
matchName="scala.reflect.internal.SymbolTable.scala$reflect$internal$Types$$uniques_="
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.reflect.internal.Types.scala$reflect$internal$Types$$uniques"
problemName=IncompatibleResultTypeProblem
},
{
matchName="scala.reflect.internal.Types.scala$reflect$internal$Types$$uniques_="
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.reflect.internal.Types.scala$reflect$internal$Types$$uniques"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.internal.Types.scala$reflect$internal$Types$$uniques_="
problemName=MissingMethodProblem
}
]
}

0 comments on commit 068b9a3

Please sign in to comment.