This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: profile questions
Anthony Green writes:
> On Mon, 2006-08-28 at 10:29 +0100, Andrew Haley wrote:
> > > 2. What's with the messed up .so name for catalina?
> >
> > It's not messed up; it's a copy of the library, because some class in
> > catalina-5.5.17.jar is loaded twice, by two different class loaders.
>
> I wonder if this is confusing oprofile, because it should have symbol
> information for this library.
Yes. gcj deletes the copy of the library at exit.
Andrew.