summaryrefslogtreecommitdiff
path: root/bincompat-forward.whitelist.conf
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2017-03-06 11:55:42 -0800
committerGitHub <noreply@github.com>2017-03-06 11:55:42 -0800
commitee5ca5da03590844889c4c2d20bc711165bba2aa (patch)
tree8cb9ede72c2ea581177c2bbce66e0c9a6e4c8f0a /bincompat-forward.whitelist.conf
parentd1d700e15cd38ac42462e099b0e0f33e280bbbe0 (diff)
parent3ad5af7316fba587c43a2ddc070d556f261667a0 (diff)
downloadscala-ee5ca5da03590844889c4c2d20bc711165bba2aa.tar.gz
scala-ee5ca5da03590844889c4c2d20bc711165bba2aa.tar.bz2
scala-ee5ca5da03590844889c4c2d20bc711165bba2aa.zip
Merge pull request #5600 from paplorinc/HashTable_index
Further small HashTable optimizations
Diffstat (limited to 'bincompat-forward.whitelist.conf')
-rw-r--r--bincompat-forward.whitelist.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/bincompat-forward.whitelist.conf b/bincompat-forward.whitelist.conf
index fdd0f0fa22..94b2a57b25 100644
--- a/bincompat-forward.whitelist.conf
+++ b/bincompat-forward.whitelist.conf
@@ -22,6 +22,10 @@ filter {
problemName=DirectMissingMethodProblem
},
{
+ matchName="scala.collection.mutable.HashTable.nextPositivePowerOfTwo"
+ problemName=DirectMissingMethodProblem
+ }
+ {
matchName="scala.reflect.runtime.Settings.Yvirtpatmat"
problemName=DirectMissingMethodProblem
},