This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Calling java code from C/C++ code.
>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:
Bryce> So, I wrote a patch to remove all the static initializers from
Bryce> libgcj. It still didn't allow me to profile (There seems to be
Bryce> another problem. I can profile the GC, and arbitrary Java
Bryce> .so's, but not libgcj itself. Weird.)
I thought gcj also generated static initializers that call
_Jv_RegisterClass. Maybe this could account for your problem?
Tom