Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix and testcode update for: 151673: after advice sometimes woven ↵ | aclement | 2006-07-27 | 1 | -2/+0 |
| | | | | incorrectly into strangely formed input bytecode | ||||
* | tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating ↵ | acolyer | 2006-06-22 | 1 | -8/+12 |
| | | | | 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. | ||||
* | Fixes for 78021, 79554 - both to do with us breaking the exception table for ↵ | aclement | 2005-01-11 | 1 | -9/+9 |
| | | | | a method on weaving *if* finally blocks are involved. | ||||
* | finished implementation of around inlining | jhugunin | 2003-01-01 | 1 | -9/+10 |
| | |||||
* | initial version | wisberg | 2002-12-16 | 1 | -0/+183 |