]> source.dussan.org Git - aspectj.git/commit
445395: invokedynamic in around advice
authorAndy Clement <aclement@gopivotal.com>
Tue, 30 Sep 2014 18:08:50 +0000 (11:08 -0700)
committerAndy Clement <aclement@gopivotal.com>
Tue, 30 Sep 2014 18:08:50 +0000 (11:08 -0700)
commit102173fc11fc6648ed8f2283d3c5ad535e412c73
tree41f4d30666dcbaf76353d34e7f94d6e92c10da73
parente26c781374ac7afeaf8859baf4fc55d7dfb7b3a7
445395: invokedynamic in around advice
tests/bugs183/445395/Code.java [new file with mode: 0644]
tests/bugs183/445395/ControlFlow.java [new file with mode: 0755]
tests/bugs183/445395/ControlFlowCommand.java [new file with mode: 0755]
tests/bugs183/445395/ControlFlowDriver.java [new file with mode: 0755]
tests/bugs183/445395/ForReplacer.java [new file with mode: 0755]
tests/src/org/aspectj/systemtest/ajc183/Ajc183Tests.java
tests/src/org/aspectj/systemtest/ajc183/ajc183.xml
weaver/src/org/aspectj/weaver/bcel/BcelAdvice.java
weaver/src/org/aspectj/weaver/bcel/BcelClassWeaver.java
weaver/src/org/aspectj/weaver/bcel/LazyClassGen.java