summaryrefslogtreecommitdiff
path: root/test/files/jvm/actor-receivewithin.scala
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2010-04-13 22:50:37 +0000
committerIulian Dragos <jaguarul@gmail.com>2010-04-13 22:50:37 +0000
commit7d6f1e7e4e8c9024f886f32804d5e341cd14bd11 (patch)
treeb6597ec4ebbb2edcf467bc4ee61dccb4486f5b40 /test/files/jvm/actor-receivewithin.scala
parent6c213d1c8198423076c111271fd6018a82593087 (diff)
downloadscala-7d6f1e7e4e8c9024f886f32804d5e341cd14bd11.tar.gz
scala-7d6f1e7e4e8c9024f886f32804d5e341cd14bd11.tar.bz2
scala-7d6f1e7e4e8c9024f886f32804d5e341cd14bd11.zip
Fixed deadlocking behavior in actors.
Specialization removed a 'private' modifier on Actor.resumeActor. Mixin did not mix this method in actor implementations, believing it was private. At runtime, an AbstractMethodError was thrown, but swallowed by forkjoin (probably), resulting in an apparent deadlock. It would have been much faster to find and fix if the stacktrace was printed, as it is in Java 1.5. No review.
Diffstat (limited to 'test/files/jvm/actor-receivewithin.scala')
0 files changed, 0 insertions, 0 deletions