From dcbffd4dc50c7e2540fd4770492b86108d3254fc Mon Sep 17 00:00:00 2001 From: Philipp Haller Date: Thu, 22 Apr 2010 08:04:12 +0000 Subject: Reactor.exceptionHandler is defined on Throwabl... Reactor.exceptionHandler is defined on Throwable instead of Exception. Fixes potential problem with visibility of changes to a field. Review by plocinic. --- test/files/jvm/actor-uncaught-exception.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'test/files/jvm/actor-uncaught-exception.scala') diff --git a/test/files/jvm/actor-uncaught-exception.scala b/test/files/jvm/actor-uncaught-exception.scala index 9dbd36dd82..882362272d 100644 --- a/test/files/jvm/actor-uncaught-exception.scala +++ b/test/files/jvm/actor-uncaught-exception.scala @@ -43,6 +43,7 @@ object Test { Actor.loop { react { case Exit(actor, reason) => + println("OK") if (actor == StartError) MessageError ! 'ping else -- cgit v1.2.3