Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 77166 - newarray joinpoint support. "-Xjoinpoints:arrayconstruction" | aclement | 2006-01-20 | 3 | -1/+8 |
| | |||||
* | 77166 - newarray joinpoint support. "-Xjoinpoints:arrayconstruction" | aclement | 2006-01-20 | 6 | -9/+130 |
| | |||||
* | 77166 - newarray joinpoint support. "-Xjoinpoints:arrayconstruction" | aclement | 2006-01-20 | 4 | -10/+94 |
| | |||||
* | 122347 - at least evict *something* from the type map. use softrefs but ↵ | aclement | 2006-01-18 | 2 | -25/+147 |
| | | | | tailorable. also has some basic profiling support for deactivated right now. | ||||
* | test and fix for 123612 - remember to clear the caches for declared ↵ | aclement | 2006-01-17 | 1 | -0/+3 |
| | | | | annotations between compiles. | ||||
* | fix for 123695 - allow for null (no annotations) | aclement | 2006-01-17 | 1 | -1/+2 |
| | |||||
* | fix for 124105 - resolve the signature | aclement | 2006-01-17 | 1 | -0/+1 |
| | |||||
* | removed rogue debugging statement. | aclement | 2006-01-16 | 1 | -3/+0 |
| | |||||
* | pr122248, only unpack generic signatures if the world is in java 5 mode... | acolyer | 2006-01-15 | 4 | -2/+16 |
| | |||||
* | spelling fixed! (pr122417) | aclement | 2006-01-10 | 1 | -1/+1 |
| | |||||
* | pr122458 | aclement | 2006-01-10 | 1 | -1/+1 |
| | |||||
* | test and fix for pr112458 - also created the 151 test areas and driving ↵ | aclement | 2006-01-10 | 1 | -3/+15 |
| | | | | junit infrastructure. | ||||
* | proper fix for 121385. | aclement | 2005-12-21 | 2 | -6/+6 |
| | |||||
* | fixes for 121575. | aclement | 2005-12-21 | 1 | -4/+55 |
| | |||||
* | matthews message accumulation changes for ltw | aclement | 2005-12-19 | 1 | -6/+38 |
| | |||||
* | fix NPE in mixing style (can be in concrete aspect from code style as well) | avasseur | 2005-12-19 | 1 | -5/+8 |
| | |||||
* | fix for 121384 - just make sure the decp has a source location if we can. | aclement | 2005-12-19 | 1 | -11/+9 |
| | |||||
* | organized imports | aclement | 2005-12-19 | 1 | -2/+1 |
| | |||||
* | no-arg ctor test for @decp | avasseur | 2005-12-19 | 1 | -2/+28 |
| | |||||
* | rearchitect @decp | avasseur | 2005-12-19 | 6 | -99/+243 |
| | |||||
* | merge of changes from 1.5.0 branch into HEAD | acolyer | 2005-12-19 | 3 | -17/+50 |
| | |||||
* | fixes for 120909 (ibmvm failures)Root_RB_V1_5_0 | aclement | 2005-12-15 | 3 | -6/+7 |
| | |||||
* | fix for clone case in 120916: Jrockit test failures with RC1 | aclement | 2005-12-15 | 1 | -2/+7 |
| | |||||
* | test updates and the fix for cases 3&4 in 120916: Jrockit test failures with RC1 | aclement | 2005-12-15 | 1 | -3/+1 |
| | |||||
* | fix for spacewar, and a much simplified solution for pointcut rewriting of a ↵ | acolyer | 2005-12-14 | 2 | -6/+10 |
| | | | | conjunction of disjunctions | ||||
* | ensure we don't re-attempt modifier matching when walking up the signature ↵ | acolyer | 2005-12-14 | 1 | -7/+9 |
| | | | | hierarchy | ||||
* | fixes inefficient ordering of tests in SignaturePattern (that I ↵ | acolyer | 2005-12-14 | 1 | -9/+12 |
| | | | | inadvertantly introduced earlier), and corrects @DeclareParents impl in AJTypeSystem :- fields should NOT be shown, and nor should non-interface members. | ||||
* | tests and fix for pr119749 | acolyer | 2005-12-13 | 2 | -16/+22 |
| | |||||
* | fix for 113257 - modified rewriter - not perfect but passes the latest problems. | aclement | 2005-12-13 | 2 | -15/+150 |
| | |||||
* | fix for pr120693 | acolyer | 2005-12-13 | 2 | -6/+13 |
| | |||||
* | added skip test check to tolerate funny build machine behaviour | acolyer | 2005-12-13 | 1 | -0/+24 |
| | |||||
* | 1.5 -> 1.3 | acolyer | 2005-12-13 | 1 | -1/+1 |
| | |||||
* | unused import. | aclement | 2005-12-13 | 1 | -1/+0 |
| | |||||
* | permit extensions to pointcut designator set when using weaver tools API | acolyer | 2005-12-13 | 18 | -70/+749 |
| | |||||
* | fix for 120543 - from Matthew - includes datestamp in weaver info message on ↵ | aclement | 2005-12-13 | 1 | -0/+2 |
| | | | | LTW startup. | ||||
* | test and fix for 119749 | aclement | 2005-12-13 | 2 | -2/+28 |
| | |||||
* | fix for120521 | aclement | 2005-12-13 | 1 | -0/+6 |
| | |||||
* | fix for 120474 ($Proxy) | aclement | 2005-12-13 | 1 | -1/+1 |
| | |||||
* | fix bug 120401 - adding signature to identify exception message source | wisberg | 2005-12-12 | 1 | -1/+1 |
| | |||||
* | updates for 116679 (targetting old runtimes) | aclement | 2005-12-12 | 3 | -5/+25 |
| | |||||
* | fixes for 119539 | aclement | 2005-12-12 | 3 | -33/+85 |
| | |||||
* | tests and fixes for 119657. from matthew. | aclement | 2005-12-12 | 2 | -68/+99 |
| | |||||
* | #120351 cflowbelow @AJ and binding | avasseur | 2005-12-12 | 2 | -9/+11 |
| | |||||
* | Some updates for 118754. The various places that were checking for ↵ | aclement | 2005-12-09 | 29 | -52/+65 |
| | | | | 'MISSING' now call 'isMissing' if they can. I think this negates some work Adrian did with introducing MissingWithKnownSignature - but we have to make this change for LTW to work properly. Someone with a bit of time on their hands should go through all the places isMissing() is now called and see if the check should be 'isReallyMissing()' which would allow the MissingWithKnownSignature to get through. I will raise an enhancement to cover this. | ||||
* | delegates modified to return the same thing as BCEL. Ctors have the name ↵ | aclement | 2005-12-09 | 2 | -3/+52 |
| | | | | <init> and a return type of 'void'. Fix for 119353 | ||||
* | fixes for 119210 - allows for autoboxing with around advice. | aclement | 2005-12-08 | 2 | -3/+36 |
| | |||||
* | test and fix for 109614 | aclement | 2005-12-08 | 1 | -2/+9 |
| | |||||
* | fix for 119543, from Helen. | aclement | 2005-12-07 | 1 | -1/+1 |
| | |||||
* | fixes for 118715 from Matthew. | aclement | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | tests and fix for pr118149 | acolyer | 2005-12-06 | 1 | -0/+7 |
| |