This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is there a limit on nesting of requires?


On 05/13/2009 07:21 PM, alex mitchell wrote:
I keep coming across unexpected "java.lang.NoClassDefFoundError" errors. I
think I've isolated it.

I checked in a fix. The problem was as suspected Compilation.usedClass. Specifically that usedClass does nothing if the ArrayClassLoader hasn't created yet - and with your example the ArrayClassLoader was created too late. Fixing that caused other problems, and uncovered a buglet.

Thanks for the clean bug-report.  I'll try to add it to the test-suite.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]