Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating ↵ | acolyer | 2006-06-22 | 1 | -8/+8 |
| | | | | 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. | ||||
* | payback time for all the "kinding" work - only ever generate and match | acolyer | 2004-12-16 | 1 | -21/+7 |
| | | | | against shadows that we know might be matched. | ||||
* | fixed to use A.aspectOf() instead of A.ajc$perSingletonField for getting | jhugunin | 2002-12-23 | 1 | -1/+2 |
| | | | | | singleton aspects this lets us produce much better errors when the field is null | ||||
* | initial version | wisberg | 2002-12-16 | 1 | -0/+79 |