Solaris redux

Bryce McKinlay bryce@albatross.co.nz
Tue Mar 27 15:50:00 GMT 2001


Jeff Sturm wrote:

> I don't really understand the problem yet, nor do I understand how libgcj
> guarantees constructors execute in the right order.  What happens if
> _Jv_makeUtf8Const runs before _Jv_InitGC, for example?

That was my initial concern too, but Hans pointed out that it doesn't matter -
the GC is self-initializing, at least for _Jv_AllocBytes.  _Jv_InitGC needs to
be run before we start using the gcj object allocation functions though.

regards

  [ bryce ]




More information about the Java mailing list