in /boehm-gc/mark.c, line 428-434: context->Esp = context->Ebp; context->Ebp = *((DWORD *)context->Esp); context->Esp = context->Esp - 8; context->Eip = (DWORD )(xer->alt_path); So much x86-oriented register (E** but no R** for _WIN64), does it mean libgcj (because of its default gc's fault or both) had not been ported to Win x64?
In addition, a small bug: in /boehm-gc/gc.h, line 87-89: should explicitly add #include <basetsd.h> since no <windows.h> can be found above, and the second GC_word should be changed to GC_signed_word Thx. -- Summary: libgcj don't support Win x64? Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: boehm-gc AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aflyhorse at foxmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43682