From 3ad5af7316fba587c43a2ddc070d556f261667a0 Mon Sep 17 00:00:00 2001 From: Pap LÅ‘rinc Date: Tue, 13 Dec 2016 00:42:10 +0200 Subject: Optimized HashTable.nextPositivePowerOfTwo --- bincompat-forward.whitelist.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bincompat-forward.whitelist.conf') diff --git a/bincompat-forward.whitelist.conf b/bincompat-forward.whitelist.conf index ad778f447a..0a9193ea4d 100644 --- a/bincompat-forward.whitelist.conf +++ b/bincompat-forward.whitelist.conf @@ -21,6 +21,10 @@ filter { matchName="scala.sys.process.ProcessImpl#CompoundProcess.futureThread" problemName=DirectMissingMethodProblem }, + { + matchName="scala.collection.mutable.HashTable.nextPositivePowerOfTwo" + problemName=DirectMissingMethodProblem + } { matchName="scala.reflect.runtime.Settings.Yvirtpatmat" problemName=DirectMissingMethodProblem -- cgit v1.2.3