summaryrefslogtreecommitdiff
path: root/test/junit/scala/concurrent
Commit message (Collapse)AuthorAgeFilesLines
* SI-9197 Duration.Inf not a singleton when deserializedRex Kerr2015-03-311-0/+24
| | | | | | | | Made `Duration.Undefined`, `.Inf`, and `.MinusInf` all give back the singleton instance instead of creating a new copy by overriding readResolve. This override can be (and is) private, which at least on Sun's JDK8 doesn't mess with the auto-generated SerialVersionUIDs. Thus, the patch should make things strictly better: if you're on 2.11.7+ on JVMs which pick the same SerialVersionUIDs, you can recover singletons. Everywhere else you were already in trouble anyway.
* SI-7336 - Link flatMapped promises to avoid memory leaksRich Dougherty2013-07-061-0/+344