Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AspectJ 1.8 | Andy Clement | 2013-07-29 | 2 | -4/+4 |
| | |||||
* | 353936 | aclement | 2011-08-05 | 12 | -16/+16 |
| | |||||
* | 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 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 | ||||
* | 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 |