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]

Re: Calling java code from C/C++ code.


Tom Tromey wrote:

> >>>>> "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?

It does, but with the patch, _Jv_RegisterClass doesn't do anything that
might result in an allocation.

regards

  [ bryce ]



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