Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |