aboutsummaryrefslogtreecommitdiff
path: root/test/test/ContextEscapeDetector.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation warningsPaolo G. Giarrusso2016-10-071-3/+3
|
* Context escape detection.Dmitry Petrashko2014-04-091-0/+109
During creation of each of DottyTests context is stolen from test and a WeakReference for it is created. After running all tests references are examined to detect if any of them has leaked.