Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 262509: test and fix | aclement | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | AspectJ6: expected results changed as compiler output has changed slightly | aclement | 2008-01-16 | 7 | -9/+9 |
| | |||||
* | test and fix for 168063 - incorrectly tagging a field as transient | aclement | 2007-01-10 | 1 | -1/+1 |
| | |||||
* | test and fix for 123423: getWithinTypeName() for ptw aspects | aclement | 2006-10-18 | 1 | -1/+1 |
| | |||||
* | test and fixes for 145442 - line number info for stack traces. | aclement | 2006-09-28 | 1 | -2/+2 |
| | |||||
* | fix for problem with transform of static synchronized method on pre Java5. | aclement | 2006-08-03 | 2 | -0/+47 |
| | |||||
* | failure when lock()/unlock() used in XML defined pointcut and would require ↵ | aclement | 2006-08-02 | 3 | -0/+55 |
| | | | | synchronization transform of a method | ||||
* | synchronization pointcut problem (see Fourteen.java for info) | aclement | 2006-08-01 | 1 | -0/+46 |
| | |||||
* | fix and testcode update for: 151673: after advice sometimes woven ↵ | aclement | 2006-07-27 | 3 | -3/+0 |
| | | | | incorrectly into strangely formed input bytecode | ||||
* | test and fix for 148727 - reverse synthetic changes for aspectOf() and ↵ | aclement | 2006-06-28 | 1 | -0/+1 |
| | | | | hasAspect() | ||||
* | tests and implementation for enh 147711 (use true synthetic attribute/flag ↵ | acolyer | 2006-06-24 | 2 | -0/+141 |
| | | | | for aj synthetic members). | ||||
* | design notes and initial test for "truly synthetic" members | acolyer | 2006-06-23 | 2 | -0/+87 |
| | |||||
* | tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating ↵ | acolyer | 2006-06-22 | 3 | -2/+5 |
| | | | | code closer to that produced by javac when weaving after and after returning. In particular: avoid adding a goto that branches to the next instruction (now replaces that return opcode with a nop instead), and store the return value on the top of the stack in a temp before branching to the after advice dispatch and restore it afterwards. | ||||
* | synchronization joinpoints: testcode | aclement | 2006-05-24 | 63 | -0/+2110 |