aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1921/github_288/NestedAroundClosureMemoryLeakTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Add regression tests for inheritable thread-local memory leakAlexander Kriegisch2024-03-121-0/+104
Leak was introduced in commit 3c80a36527, fixing #128, but introducing #288 instead, which was the lesser of two evils, but still bad for some users unwilling to use native AspectJ syntax for their aspects, avoiding the problem. Relates to #288. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>