aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features152/synchronization
Commit message (Collapse)AuthorAgeFilesLines
* AspectJ 1.8Andy Clement2013-07-292-4/+4
|
* 353936aclement2011-08-0512-16/+16
|
* 262509: test and fixaclement2009-01-271-1/+1
|
* AspectJ6: expected results changed as compiler output has changed slightlyaclement2008-01-167-9/+9
|
* test and fixes for 145442 - line number info for stack traces.aclement2006-09-281-2/+2
|
* fix for problem with transform of static synchronized method on pre Java5.aclement2006-08-032-0/+47
|
* failure when lock()/unlock() used in XML defined pointcut and would require ↵aclement2006-08-023-0/+55
| | | | synchronization transform of a method
* synchronization pointcut problem (see Fourteen.java for info)aclement2006-08-011-0/+46
|
* fix and testcode update for: 151673: after advice sometimes woven ↵aclement2006-07-273-3/+0
| | | | incorrectly into strangely formed input bytecode
* 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