| Commit message (Expand) | Author | Age | Files | Lines |
* | some findbugs stuff addressed and better exception message in InstructionBranch | aclement | 2008-08-26 | 4 | -0/+0 |
* | 243192: optimizing handling of constant instructions (eg. ALOAD_0) | aclement | 2008-08-13 | 4 | -0/+0 |
* | pick up latest bcel changes | aclement | 2008-06-23 | 3 | -0/+0 |
* | 231396: pick up caching change | aclement | 2008-06-19 | 4 | -0/+0 |
* | 231396: refactoring AspectJ: includes latest changes | aclement | 2008-06-06 | 4 | -0/+0 |
* | removed unused stuff | aclement | 2008-06-04 | 3 | -21/+0 |
* | 231396: Comment #4: Big Refactoring | aclement | 2008-05-28 | 4 | -0/+0 |
* | 210470: preventing weaver leaks: get control of the classloader references in... | aclement | 2008-05-27 | 2 | -0/+0 |
* | updated build to say 1.4 requirement on install screen. updated changes.html... | aclement | 2008-04-23 | 1 | -0/+0 |
* | dont let bea test stubs make it into distribution | aclement | 2008-04-04 | 1 | -0/+0 |
* | annoValMatch: able to ask annotation about its values and their settings | aclement | 2008-02-25 | 2 | -0/+0 |
* | paramannos: improved annotation unpacking | aclement | 2008-01-25 | 2 | -0/+0 |
* | paramannos: can fetch all annotations in one call for a method | aclement | 2008-01-25 | 2 | -0/+0 |
* | AspectJ6: installer changed to mention 1.6 so had to rebuild | aclement | 2008-01-16 | 1 | -0/+0 |
* | fix for 205949: "Unattended install of aspectj builds on the Mac fails". jus... | aclement | 2007-10-26 | 1 | -0/+0 |
* | fix for problem LTW in multi-threaded configuration - removed static from bce... | aclement | 2007-05-22 | 2 | -0/+0 |
* | 175806: allow for crumby bytecode incoming | aclement | 2007-02-28 | 2 | -0/+0 |
* | test and fix for 166084: istore incorrectly optimized | aclement | 2006-11-29 | 2 | -0/+0 |
* | removing asm for the moment | aclement | 2006-10-26 | 1 | -0/+0 |
* | test and fix for 160674: simpler strategy for loading bytecode on SAPBEFORE_133532 | aclement | 2006-10-12 | 2 | -0/+0 |
* | 154054 testcode and fix: noticing changes in around advice and forcing full b... | aclement | 2006-09-22 | 2 | -0/+0 |
* | Bug 155972 "NullPointerException in ConstructorSignature.getConstructor()" | mwebster | 2006-09-04 | 2 | -0/+0 |
* | oops! fix for serial version uid calculation (abstract class problem) | aclement | 2006-08-22 | 2 | -0/+0 |
* | some updates to ClassLoaderRepository - tested by RontimeWeaving | aclement | 2006-08-21 | 2 | -0/+0 |
* | fix for pr153572 LTWWorld with Annotation finding and boot classespost_pr_153572 | acolyer | 2006-08-18 | 2 | -0/+0 |
* | Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" (Doh! r... | mwebster | 2006-08-17 | 1 | -0/+0 |
* | Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" (fix bu... | mwebster | 2006-08-16 | 1 | -0/+0 |
* | 152979: shared cache in the repositorypre_pr_153572 | aclement | 2006-08-08 | 2 | -0/+0 |
* | Bug 151938 "Handle Duplicate -javaagent entries more gracefully" (ignore dupl... | mwebster | 2006-08-01 | 1 | -0/+0 |
* | cope (not perfect) with recent change to containers in AJDT projects. | aclement | 2006-08-01 | 1 | -0/+0 |
* | Bug 150487 "Tracing and Logging Framework" (skip commons.jar) | mwebster | 2006-07-19 | 1 | -0/+0 |
* | PipeliningFeature146781:Some AjBcel changes to reduce amount of garbage creat... | aclement | 2006-07-19 | 2 | -0/+0 |
* | keep the verifier happy. | aclement | 2006-07-04 | 2 | -0/+0 |
* | have DEVELOPMENT flag. | aclement | 2006-06-26 | 2 | -0/+0 |
* | 126167: Fix for @Around problems... | aclement | 2006-06-23 | 2 | -0/+0 |
* | Fix for 122580 "Circularity Failure for Verbose Loading on JRockit 1.4.2_08 A... | mwebster | 2006-06-09 | 2 | -0/+0 |
* | test and fix for 145086 | aclement | 2006-06-03 | 2 | -0/+0 |
* | update license to EPL | acolyer | 2006-06-01 | 1 | -2/+2 |
* | fix for NPE in SignatureImpl reported on the list by Simon Walter | aclement | 2006-05-30 | 2 | -0/+0 |
* | synchronization joinpoints: aspectjrt changes | aclement | 2006-05-24 | 2 | -0/+0 |
* | test and fix for 138384: woven methods being >64k in code size | aclement | 2006-05-12 | 2 | -0/+0 |
* | fixes for 135780: aspectjrt will work better now on a 1.1 vm | aclement | 2006-05-03 | 2 | -0/+0 |
* | die evil 1.4 apis. | aclement | 2006-03-16 | 2 | -0/+0 |
* | moved to be a WeakHashMap | aclement | 2006-03-10 | 2 | -0/+0 |
* | 101411: -XaddSerialVersionUIDPOST_MEMORY_CHANGES | aclement | 2006-03-09 | 2 | -0/+0 |
* | optimization: removes static state from Bcel that was accumulating for all 'u... | aclement | 2006-03-04 | 2 | -0/+0 |
* | rebuilt to include latest optimizations | aclement | 2006-02-22 | 2 | -0/+0 |
* | optimization: use asm for lightweight delegates | aclement | 2006-02-22 | 4 | -0/+21 |
* | optimization: use tags not gens. improves memory (create less garbage), fast... | aclement | 2006-02-21 | 2 | -0/+0 |
* | optimization: made unpacking of the table lazy. With a minor change in AJ it... | aclement | 2006-02-15 | 2 | -0/+0 |