]> source.dussan.org Git - aspectj.git/commitdiff
set concrete aspect correctly
authoraclement <aclement>
Sat, 31 Oct 2009 16:45:00 +0000 (16:45 +0000)
committeraclement <aclement>
Sat, 31 Oct 2009 16:45:00 +0000 (16:45 +0000)
weaver/src/org/aspectj/weaver/bcel/BcelShadow.java

index a878047ef19d32cb418910476e282ab9f0432ef5..c60eda53acef5645a4c1c5eda9e5f79438c43529 100644 (file)
@@ -2061,7 +2061,7 @@ public class BcelShadow extends Shadow {
                }
 
                // this is the same for both per and non-per
-               weaveAfter(new BcelAdvice(null, null, null, 0, 0, 0, null, null) {
+               weaveAfter(new BcelAdvice(null, null, null, 0, 0, 0, null, munger.getConcreteAspect()) {
                        @Override
                        public InstructionList getAdviceInstructions(BcelShadow s, BcelVar extraArgVar, InstructionHandle ifNoAdvice) {
                                InstructionList exitInstructions = new InstructionList();