aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dist/doc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist/doc')
-rw-r--r--docs/dist/doc/README-161.html7
-rw-r--r--docs/dist/doc/memLtwStress_160.PNGbin0 -> 50825 bytes
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/dist/doc/README-161.html b/docs/dist/doc/README-161.html
index 35b58ea3b..e71b6643a 100644
--- a/docs/dist/doc/README-161.html
+++ b/docs/dist/doc/README-161.html
@@ -100,10 +100,15 @@ weaver instance correctly matched the lifecycle of the associated classloader.
Here is a memory usage graph for AspectJ1.6.1 - this shows an application that spawns 7 threads which run continuously for a few minutes. Each thread
repeatedly creates a classloader, weaves 500 classes using it then discards the classloader. You can see that over time the memory is recovered
correctly and when all threads complete (and all classloaders are orphaned), all the weavers are discarded.
+
+<p>First, AspectJ 1.6.0, in which memory was never correctly recovered and so an OutOfMemory problem would always occur eventually.
+<center>
+<img src="memLtwStress_160.PNG"></img>
+</center>
+<p>And now AspectJ 1.6.1:
<center>
<img src="memLtwStress_161.PNG"></img>
</center>
-<p>In 1.6.0 the memory was never correctly recovered and so an OutOfMemory problem would always occur eventually.
<h2>Incremental compilation</h2>
diff --git a/docs/dist/doc/memLtwStress_160.PNG b/docs/dist/doc/memLtwStress_160.PNG
new file mode 100644
index 000000000..dbf46c0fe
--- /dev/null
+++ b/docs/dist/doc/memLtwStress_160.PNG
Binary files differ