This is the mail archive of the java-patches@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: ia64 eh, part 20d [libjava]


>>>>> "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


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