Hi Jason,

I've run into the same thing. This has come up on the group before,
more info can be found here:
http://groups.google.com/group/clojure/msg/efd607d75d59088e

Cheers,
Tom

On Jun 8, 1:32 pm, Jason Wolfe <[email protected]> wrote:
> I get an exception
>
> Invalid method Code length 70026 in class file user$eval__3286
>   0: java.lang.ClassLoader.defineClass1(Native Method)
>   1: java.lang.ClassLoader.defineClass(ClassLoader.java:675)
>   2: java.lang.ClassLoader.defineClass(ClassLoader.java:520)
>   3: clojure.lang.DynamicClassLoader.defineClass
> (DynamicClassLoader.java:42)
>   4: clojure.lang.Compiler$FnExpr.getCompiledClass(Compiler.java:3465)
>   5: clojure.lang.Compiler$FnExpr.eval(Compiler.java:3476)
>   6: clojure.lang.Compiler.eval(Compiler.java:4600)
>   7: clojure.core$eval__4610.invoke(core.clj:1730)
>   8: swank.commands.basic$eval_region__2568.invoke(basic.clj:36)
>   9: swank.commands.basic$eval__2583$listener_eval__2585.invoke
> (basic.clj:50)
>  10: clojure.lang.Var.invoke(Var.java:346)
>  11: user$eval__3283.invoke(NO_SOURCE_FILE)
>  12: clojure.lang.Compiler.eval(Compiler.java:4601)
>
> by typing the following large quoted form at the REPL.
>
> http://paste.lisp.org/display/81543
>
> Removing the quote or some of the elements fixes the problem.  It
> sounds like this is something to do with a JVM method bytecode size
> limitation ... I can work around it for now, but it would be nice if
> this limitation was either documented (i.e., with a descriptive
> exception), or removed somehow.
>
> -Jason
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to