Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] VerifyError on Solaris

On Solaris 8 (SUN/BEA VM 1.4.1_05), after deploying a woven ear, my aspect
code cannot be loaded due to a VerifyError:

  java.lang.VerifyError: (class: ..., method: aspectOf signature: () ...;)
Stack size too large

This problem does not occur on Windows.

Note, that this is not a StackOverflowError; increasing the stack size does
not help.

Did this occur to anyone else?  How can i please my over-sensitive class
verifier?

Thanks in advance,

- Thomas


Back to the top