From 9194b37a8d402b67e41e941fddb4a741bf8eb16f Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Fri, 8 Feb 2013 17:17:23 -0800 Subject: [nomaster] refactor AdaptedForkJoinTask, uncaughtExceptionHandler Inlined AdaptedForkJoinTask, made uncaughtExceptionHandler private[this]. This is necessary to maintain binary compatibility with 2.10.0. --- bincompat-forward.whitelist.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'bincompat-forward.whitelist.conf') diff --git a/bincompat-forward.whitelist.conf b/bincompat-forward.whitelist.conf index ab43b3015f..a870288ffb 100644 --- a/bincompat-forward.whitelist.conf +++ b/bincompat-forward.whitelist.conf @@ -44,16 +44,16 @@ filter { # matchName="scala.concurrent.BatchingExecutor" # problemName=MissingClassProblem # }, - { - # private[concurrent] - matchName="scala.concurrent.impl.ExecutionContextImpl$AdaptedForkJoinTask" - problemName=MissingClassProblem - }, - { - # private[concurrent] - matchName="scala.concurrent.impl.ExecutionContextImpl.scala$concurrent$impl$ExecutionContextImpl$$uncaughtExceptionHandler" - problemName=MissingMethodProblem - }, + # { + # # private[concurrent] + # matchName="scala.concurrent.impl.ExecutionContextImpl$AdaptedForkJoinTask" + # problemName=MissingClassProblem + # }, + # { + # # private[concurrent] + # matchName="scala.concurrent.impl.ExecutionContextImpl.scala$concurrent$impl$ExecutionContextImpl$$uncaughtExceptionHandler" + # problemName=MissingMethodProblem + # }, { # private nested class became private top-level class to fix SI-7018 matchName="scala.reflect.macros.NonemptyAttachments" -- cgit v1.2.3