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

Re: Freeze in GC_suspend_handler


>>>>> "Daniel" == Daniel Bonniot <Daniel.Bonniot@inria.fr> writes:

Daniel> I finally managed to compile libgcj without optimization (I
Daniel> thought setting CFLAGS, CXXFLAGS and BOOT_CFLAGS in the
Daniel> environment would do, but I had to modify a Makefile.in, is
Daniel> this normal? Maybe this should be documented. Or is it?).

You have to use GCJFLAGS to affect the gcj invocations.  Do you know
where this should be documented?

Daniel> (gdb) print *field
Daniel> $1 = {name = 0x8294e40, type = 0x826a640, flags = 8, bsize = 0, u = {
Daniel>     boffset = 0, addr = 0x0}}

Ok.  This is weird because `addr' is 0 and the field is marked as
being resolved.  I don't think this should be possible.  What is the
name of the field here?

Tom


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