diff options
author | aclement <aclement> | 2009-11-16 22:33:59 +0000 |
---|---|---|
committer | aclement <aclement> | 2009-11-16 22:33:59 +0000 |
commit | 4ebeaac176bb61fec567f7f6b340a1375e499222 (patch) | |
tree | ba8c2c9bf16d17f8ca7019a91427d8e2b49af67b /weaver | |
parent | 06edacb5c384cccdcac9ba8b5caec31622fe636e (diff) | |
download | aspectj-4ebeaac176bb61fec567f7f6b340a1375e499222.tar.gz aspectj-4ebeaac176bb61fec567f7f6b340a1375e499222.zip |
type demotion ON by default. runMinimalMemory OFF by default
Diffstat (limited to 'weaver')
-rw-r--r-- | weaver/src/org/aspectj/weaver/ltw/LTWWorld.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weaver/src/org/aspectj/weaver/ltw/LTWWorld.java b/weaver/src/org/aspectj/weaver/ltw/LTWWorld.java index d426b1ac6..e432b97cb 100644 --- a/weaver/src/org/aspectj/weaver/ltw/LTWWorld.java +++ b/weaver/src/org/aspectj/weaver/ltw/LTWWorld.java @@ -206,7 +206,7 @@ public class LTWWorld extends BcelWorld implements IReflectionWorld { if (isRunMinimalMemorySet()) { return super.isRunMinimalMemory(); } - return true; + return false; } // One type is completed at a time, if multiple need doing then they |