Bug 299548

Summary: Out of memory error and the one listed below + workspace related issue already a bug
Product: [Tools] AspectJ Reporter: Anjan Pakhira <anjan.pakhira>
Component: CompilerAssignee: aspectj inbox <aspectj-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: P2 CC: aclement
Version: unspecified   
Target Milestone: 1.6.9M1   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Anjan Pakhira CLA 2010-01-13 14:35:28 EST
Build Identifier: Most current AJDT plugin 

java.lang.StackOverflowError
at java.util.HashMap.get(Unknown Source)
at org.aspectj.weaver.World$TypeMap.get(World.java:1116)
at org.aspectj.weaver.World.resolve(World.java:273)
at org.aspectj.weaver.World.resolve(World.java:209)
at org.aspectj.weaver.UnresolvedType.resolve(UnresolvedType.java:645)
at org.aspectj.weaver.ResolvedType.getRawType(ResolvedType.java:2331)
at org.aspectj.weaver.ReferenceType.isAssignableFrom(ReferenceType. ... aw.util.ResourceBundleUtil access$0(org.jhotdraw.samples.svg.action.CombineAction)

end public class org.jhotdraw.samples.svg.action.CombineAction


Reproducible: Always

Steps to Reproduce:
1.I am just trying to compile a large project JHotdraw
2.I am using a simple Aspect to trace methods.
3.
Comment 1 Andrew Clement CLA 2010-01-13 15:34:50 EST
Looks like bug 298908, occurring most likely because AJDT doesn't include AspectJ 1.6.8.  Let me update it to 1.6.8
Comment 2 Andrew Clement CLA 2010-01-13 15:41:57 EST
committed 1.6.8 into AJDT, will be in next dev build of ajdt.
Comment 3 Andrew Clement CLA 2010-01-25 18:09:29 EST
did I fail to put 1.6.8 into ajdt, hmm, must do that.
Comment 4 Andrew Clement CLA 2010-01-27 12:27:53 EST
1.6.8 AspectJ is now in AJDT - that should address the stack overflow.
Comment 5 Andrew Clement CLA 2010-03-22 18:10:22 EDT
believed fixed, please reopen if still a problem with the latest AJDT.