Used to indicate that we're in the context of a cflow when concretizing if's
Will be removed or replaced with something better when we handle this as a non-error
checkQ() -
Static method in class org.aspectj.weaver.loadtime.Aj
Process the reference queue that contains stale AdaptorKeys - the keys are put on the queue when their classloader referent
is garbage collected and so the associated adaptor (weaver) should be removed from the map
Generic class pre processor interface that allows to separate the AspectJ 5 load time weaving
from Java 5 JVMTI interfaces for further use on Java 1.3 / 1.4
Fix for Bugzilla #39479, #40109 patch contributed by Andy Clement
Need to manually copy Select instructions - if we rely on the the 'fresh' object created by copy(), the InstructionHandle
array 'targets' inside the Select object will not have been deep copied, so modifying targets in fresh will modify the
original Select - not what we want ! (It is a bug in BCEL to do with cloning Select objects).
Return true if this declare annotation could ever match something in the specified type - only really able to make
intelligent decision if a type was specified in the sig/type pattern signature.
Create conversion operation for two stack operands, this may be an I2C, instruction, e.g., if the operands are basic types
and CHECKCAST if they are reference types.