From 966397e3bfe0d38aeca28c6aec0f543d62a0e2ea Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Wed, 6 Mar 2024 15:27:50 +0100 Subject: Add regression tests for inheritable thread-local memory leak 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 --- .../org/aspectj/systemtest/ajc1921/ajc1921.xml | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml') diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml index 975fa1c6c..494b6dadd 100644 --- a/tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml +++ b/tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml @@ -393,4 +393,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3