Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to ↵ | aclement | 2008-06-04 | 1 | -14/+14 |
| | | | | change expected code | ||||
* | fixes for 145442: better line numbers for woven code | aclement | 2006-10-03 | 1 | -1/+1 |
| | |||||
* | test and fixes for 145442 - line number info for stack traces. | aclement | 2006-09-28 | 1 | -1/+1 |
| | |||||
* | tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating ↵ | acolyer | 2006-06-22 | 1 | -8/+10 |
| | | | | 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. | ||||
* | tests and fixes for 119657. from matthew. | aclement | 2005-12-12 | 1 | -68/+91 |
| | |||||
* | refreshed versions of .txt files for comparison | acolyer | 2005-09-30 | 1 | -3/+3 |
| | |||||
* | Fix for Bugzilla Bug 41181 | aclement | 2004-03-16 | 1 | -10/+10 |
| | | | | | Support SerialVersionUID field if no new fields declared on class (Regenerated with BcweaverJarMaker) | ||||
* | Picked lowest hanging weave-time performance optimization fruit. | jhugunin | 2004-01-27 | 1 | -51/+27 |
| | |||||
* | fix for | jhugunin | 2003-05-02 | 1 | -54/+61 |
| | | | | | | | Bugzilla Bug 37152 java.lang.VerifyError: This fix needs a little clean-up and testing before closing out | ||||
* | finished implementation of around inlining | jhugunin | 2003-01-01 | 1 | -95/+65 |
| | |||||
* | fixed to use A.aspectOf() instead of A.ajc$perSingletonField for getting | jhugunin | 2002-12-23 | 1 | -4/+4 |
| | | | | | singleton aspects this lets us produce much better errors when the field is null | ||||
* | initial version | wisberg | 2002-12-16 | 1 | -0/+199 |