[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
RE: [aspectj-dev] AJDE 1.1 status
|
- From: "Mik Kersten" <beatmik@xxxxxxx>
- Date: Thu, 5 Jun 2003 11:32:29 -0700
- Delivered-to: aspectj-dev@eclipse.org
- Thread-index: AcMrMXAQWYxcy3vmTnyJwOwmxG/0lwAWvzig
> -----Original Message-----
> From: aspectj-dev-admin@xxxxxxxxxxx [mailto:aspectj-dev-admin@xxxxxxxxxxx]
>
> > main class execution fails due to verify error
>
> This sounds serious. Can you reproduce/elaborate?
With pleasure--the stack trace follows. I'm sure that one of you guys has
ran across this when moving between JDK1.3 and 1.4. What is the likely
cause?
java.lang.VerifyError: (class: spacewar/Display1, method: noticeSizeChange
signature: ()V) Incompatible object argument for function call
at
spacewar.Display$DisplayAspect.ajc$afterReturning$spacewar_Display$DisplayAs
pect$c78(Display.java:109)
at spacewar.Game.main(Game.java:43)
Mik