]> source.dussan.org Git - aspectj.git/commit
Pass explicitly whether it is an interface target
authorAndy Clement <aclement@pivotal.io>
Wed, 27 Sep 2017 21:44:32 +0000 (14:44 -0700)
committerAndy Clement <aclement@pivotal.io>
Wed, 27 Sep 2017 21:44:32 +0000 (14:44 -0700)
commit40fa8c710f916d3b44a8d133fc15b70f3cad813c
treeefb1ae6c8c7221c1fe3b7f81d57feb8a39ceb07b
parent069a891403e7b36519766400da91867ff47ddb53
Pass explicitly whether it is an interface target

If you only let it determine it from the INVOKE instruction this
can make a mistake when using INVOKESTATIC with an interface
target.
weaver/src/org/aspectj/weaver/bcel/Utility.java