This turned out to be caused by a large code literal in some test
code. Java classfiles have certain implementation limits -- in
particular, limits on the size of the bytecode that implements methods
(as well as other elements in classfiles).
Rich discussed this briefly back in November here, wh
I am intermittently getting the following error when I attempt to
perform an incremental compilation of a set of Clojure source files.
To be clear, I mean "incremental" where I've previously compiled the
sources down to classfiles, then changed one or more source files, and
then run cloju