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-exceptions.check | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/files/jvm/actor-exceptions.check') diff --git a/test/files/jvm/actor-exceptions.check b/test/files/jvm/actor-exceptions.check index bd44b968cc..d86bac9de5 100644 --- a/test/files/jvm/actor-exceptions.check +++ b/test/files/jvm/actor-exceptions.check @@ -1,3 +1 @@ -Uncaught exception in Slave -Message: A -MyOtherException +OK -- cgit v1.2.3