Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" (Doh! ↵ | mwebster | 2006-08-17 | 1 | -0/+0 | |
| | | | | remember to build and commit testing-client.jar) | |||||
* | Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" (fix ↵ | mwebster | 2006-08-16 | 1 | -0/+0 | |
| | | | | build break and improve diagnostics) | |||||
* | 152979: shared cache in the repositorypre_pr_153572 | aclement | 2006-08-08 | 2 | -0/+0 | |
| | ||||||
* | Bug 151938 "Handle Duplicate -javaagent entries more gracefully" (ignore ↵ | mwebster | 2006-08-01 | 1 | -0/+0 | |
| | | | | duplicate agents) | |||||
* | 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 ↵ | aclement | 2006-07-19 | 2 | -0/+0 | |
| | | | | created during weaving. | |||||
* | 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 ↵ | mwebster | 2006-06-09 | 2 | -0/+0 | |
| | | | | | | | | Agent" 1. New JRockitAgent 2. New lib/ext/jrocket/jrockit.jar for dependencies 3. New JRockitAgent tests | |||||
* | 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 ↵ | aclement | 2006-03-04 | 2 | -0/+0 | |
| | | | | 'unknown' (i.e. aspectj!!) attributes | |||||
* | 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), ↵ | aclement | 2006-02-21 | 2 | -0/+0 | |
| | | | | faster (dont need to transform the garbage): see pr128650, optimization #6. | |||||
* | optimization: made unpacking of the table lazy. With a minor change in AJ ↵ | aclement | 2006-02-15 | 2 | -0/+0 | |
| | | | | itself, this results in us only unpacking 15000 of the 39000 local variable table objects constructed during a build of shadows. Saving space and time. | |||||
* | include latest bcel changes. | aclement | 2006-02-14 | 2 | -0/+0 | |
| | ||||||
* | optimization: rather than continuously constructing new arrays from the ↵ | aclement | 2006-02-14 | 2 | -0/+0 | |
| | | | | linked lists of instructions, we create one array and use it multiple times in MethodGen. | |||||
* | lazy unpacking of the line number table contents. Only done when required - ↵ | aclement | 2006-02-07 | 2 | -0/+0 | |
| | | | | usually when a MethodGen built for a Method (i.e. we are going to weave it). | |||||
* | merge of RB_V1_5_0 changes back into HEAD | acolyer | 2005-12-19 | 2 | -0/+0 | |
| | ||||||
* | merge of changes from 1.5.0 branch into HEAD | acolyer | 2005-12-19 | 2 | -0/+0 | |
| | ||||||
* | fixes inefficient ordering of tests in SignaturePattern (that I ↵ | acolyer | 2005-12-14 | 2 | -0/+0 | |
| | | | | inadvertantly introduced earlier), and corrects @DeclareParents impl in AJTypeSystem :- fields should NOT be shown, and nor should non-interface members. | |||||
* | tests and fix for ITDS in AjTypeSystem | acolyer | 2005-12-13 | 2 | -0/+0 | |
| | ||||||
* | fix for pr117854 - first part, broken switch statement. | aclement | 2005-12-06 | 2 | -0/+0 | |
| | ||||||
* | fixing the unfixable: 117882 incremental dec @type: made two methods in ↵ | aclement | 2005-12-02 | 2 | -0/+0 | |
| | | | | Annotation non-final so they can be overridden. | |||||
* | updates to bcel to support isNested test on JavaClass | acolyer | 2005-12-02 | 2 | -0/+0 | |
| | ||||||
* | new versions of aspectjrt.jar with annotation updates in | acolyer | 2005-11-29 | 2 | -0/+0 | |
| | ||||||
* | code for 116679: targetting a 1.2.1 runtime | aclement | 2005-11-29 | 1 | -0/+0 | |
| | ||||||
* | tests and fix for pr114332 - reflection api not detecting abstract itdms. | acolyer | 2005-11-21 | 2 | -0/+0 | |
| | ||||||
* | rebuilt for 95517 | aclement | 2005-11-15 | 1 | -0/+0 | |
| | ||||||
* | fix for pr104220 - poor toString implementations for adviceexecution join ↵ | acolyer | 2005-11-08 | 2 | -0/+0 | |
| | | | | points. | |||||
* | add support and tests for isAnonymous in JavaClass | acolyer | 2005-11-04 | 2 | -0/+0 | |
| | ||||||
* | errr, org/aspectj/lang/annotation/Pointcut was missing from one of these, ↵ | aclement | 2005-10-26 | 2 | -0/+0 | |
| | | | | causing tests to fail. rebuilt and checking them in again. | |||||
* | concrete-aspect impl and doc for LTW - see #95529 | avasseur | 2005-10-25 | 1 | -0/+0 | |
| | | | | pbly some issue on abstract @Pointcut() in ajdt core - fix coming | |||||
* | rebuilt - includes DeclareImplements annotation | aclement | 2005-10-18 | 2 | -0/+0 | |
| | ||||||
* | implement @AspectJ ITD @DeclareParents and @DeclareImplements | avasseur | 2005-10-17 | 1 | -0/+0 | |
| | | | | changed AjType as ITD field is meaningless (as @AJ ITD is interface driven) | |||||
* | Fix for generic signature parsing - see pr112105 | aclement | 2005-10-14 | 2 | -0/+0 | |
| | ||||||
* | pr112514: better diagnostics when class format exception occurs. | aclement | 2005-10-14 | 2 | -0/+0 | |
| | ||||||
* | bootstrap jar - fix dup entries for target when assembling | wisberg | 2005-10-14 | 1 | -0/+0 | |
| | ||||||
* | itd support in the MAP | acolyer | 2005-10-04 | 2 | -0/+0 | |
| | ||||||
* | completes all of the MAP bar ITDs | acolyer | 2005-10-03 | 2 | -0/+0 | |
| |