This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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] |
Hi, On Wed, 2004-03-31 at 09:43, Mark Wielaard wrote: > Ugh. I know this one. It is a nasty bootstrap loader issue when the > bootstrap loader is reading a zip file that has extra bytes set for > which it then tries to instantiate a Calendar which needs to get a > ResourceBundle which it loads through the zipfiles known to the > bootstrap loader which... > > See also ithis thread http://gcc.gnu.org/ml/java/2003-03/msg00267.html > which should contain a workaround. Another thread about this is http://gcc.gnu.org/ml/java/2003-11/msg00130.html which might have some nice background info for you as bootstrap expert of JRVM. (Note that in that thread the actual bug was something else, but the discussion should explain a bit more what was happening.) If I remember correctly we "fixed" this for 3.4 (CVS) by making the bootstrap classloader less "eager" (it doesn't try to open and/or resolve anything from zip files during bootstrap loader initialization.) And since Ranjit got it a bit further I suspect that he is using gij from CVS. Cheers, Mark
Attachment:
signature.asc
Description: This is a digitally signed message part
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |