9 Commits (3b517caf402c6d7c52d4bcbdc86c7528ab828ec9)

Autor SHA1 Mensagem Data
  aclement e38e839037 fix for problem with transform of static synchronized method on pre Java5. 18 anos atrás
  aclement d15e56b459 failure when lock()/unlock() used in XML defined pointcut and would require synchronization transform of a method 18 anos atrás
  aclement f4289cd151 synchronization pointcut problem (see Fourteen.java for info) 18 anos atrás
  aclement e4ab0ae576 fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 anos atrás
  aclement 21e06a6989 test and fix for 148727 - reverse synthetic changes for aspectOf() and hasAspect() 18 anos atrás
  acolyer c9f311aeeb tests and implementation for enh 147711 (use true synthetic attribute/flag for aj synthetic members). 18 anos atrás
  acolyer 4dafe048cb design notes and initial test for "truly synthetic" members 18 anos atrás
  acolyer 426cbdccfd tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 anos atrás
  aclement b2247654a3 synchronization joinpoints: testcode 18 anos atrás