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]
Other format: [Raw text]

Re: [BC] Patch (delayed): fix ioffsets goof


>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:

Tom> I suspect this bug may be the problem I saw with allocating ioffsets
Tom> and friends using the GC; I'm going to test that theory next.

Unfortunately, no, this patch didn't help.
Something else must be wrong.  I'll debug this for real later...
for the record, there are various places in link.cc that use
_Jv_Malloc and which ought to use _Jv_AllocBytes.  These are all
marked with a FIXME comment.  Changing these causes crashes or hangs
when running Eclipse 2, but in theory it shouldn't as the appropriate
marking code is in boehm.cc.

Tom


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