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]

Re: Solaris redux


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 ]



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