summaryrefslogtreecommitdiffstats
path: root/tests/features152
Commit message (Collapse)AuthorAgeFilesLines
* test and fix for 148727 - reverse synthetic changes for aspectOf() and ↵aclement2006-06-281-0/+1
| | | | hasAspect()
* tests and implementation for enh 147711 (use true synthetic attribute/flag ↵acolyer2006-06-242-0/+141
| | | | for aj synthetic members).
* design notes and initial test for "truly synthetic" membersacolyer2006-06-232-0/+87
|
* tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating ↵acolyer2006-06-223-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: testcodeaclement2006-05-2463-0/+2110