RE: [Ikvm-developers] A few fixes and a call for participation
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2003-08-08 09:13:04
|
I wrote: > For the ClassCircularityError, I don't necessarily need a small repro, > if you don't mind sending me the whole code I can easily work=20 > from that(if you include instructions on how to run it). Through a lucky coincidence I happened to run into this bug myself just now. It was caused by a missing class. The class loader didn't clear the "loading in progress" flag for a class, if loading failed, thus causing this messages if subsequently it was attempted to load the class again. Regards, Jeroen |