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] | |
So the eclipse code calls the single-argument Class.forName(), which walks
the stack frame to find a loader and fails, presumably because
_Jv_StartOfInterpreter and _Jv_EndOfInterpreter no longer surround the
_Jv_InterpMethod::run method in generated code.
00000680 T _Z22_Jv_StartOfInterpreterv 00000690 T _Z20_Jv_EndOfInterpreterv 000006e0 T _ZN16_Jv_InterpMethod3runEPvP7ffi_raw
I guess we could force interpret.o to be built with -fno-unit-at-a-time unless someone has a better idea.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |