This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: profile questions
>>>>> "Andrew" == Andrew Haley <aph@gcc.gnu.org> writes:
Andrew> So, having these line numbers makes all app servers on gcj run at half
Andrew> speed. What do I need to do to persuade people that line numbers
Andrew> should be off by default?
Nothing, I suppose.
It sucks that we have to make a binary choice here. Ideally our stack
traces simply wouldn't be so slow.
>> 2. What's with the messed up .so name for catalina?
Andrew> It's not messed up; it's a copy of the library, because some class in
Andrew> catalina-5.5.17.jar is loaded twice, by two different class loaders.
I'd prefer to use dlmopen to solve this instead, but I'm not sure it
is actually suitable for our needs :-(
Tom