ia64 eh, part 20d [libjava]
Tom Tromey
tromey@redhat.com
Fri Mar 30 18:20:00 GMT 2001
>>>>> "Richard" == Richard Henderson <rth@redhat.com> writes:
Richard> Oh, I forgot to mention. There is a big huge ugly hack in
Richard> there to get _Jv_Throw to allocate a garbage collected struct
Richard> that does contain garbage collected pointers and is not
Richard> itself a java object.
Did you do this following the FIXME comments in exception.cc?
Unfortunately those were wrong :-(. We pretty much rely on
malloc/free capability.
If you can set the malloc/free functions then you could use the
libjava names. But if not it's ok to simply use malloc/free.
Tom
More information about the Java-patches
mailing list