This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
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