Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Exception during load-time weaving

Title: Exception during load-time weaving

I am getting this exception during the load-time weaving:
---- AspectJ Properties ---
AspectJ Compiler 1.6.4 built on Thursday Apr 2, 2009 at 16:03:17 GMT
---- Dump Properties ---
Dump file: ajcore.20090420.173608.443.txt
Dump reason: java.lang.IllegalStateException
Dump on exception: true
Dump at exit condition: abort
---- Exception Information ---
java.lang.IllegalStateException: Unable to pack method, jump (with opcode=153) is too far: 86890
        at org.aspectj.apache.bcel.generic.InstructionBranch.updatePosition(InstructionBranch.java:176)
        at org.aspectj.apache.bcel.generic.BranchHandle.updatePosition(BranchHandle.java:92)
        at org.aspectj.apache.bcel.generic.InstructionList.setPositions(InstructionList.java:934)
        at org.aspectj.apache.bcel.generic.InstructionList.setPositions(InstructionList.java:858)
        at org.aspectj.apache.bcel.generic.InstructionList.getByteCode(InstructionList.java:959)

Any idea?

Thanks,
-Rakesh


Back to the top