Re: Performance problems in classloading

2008-02-27 Thread Guillaume Nodet
>> > >> @@ -178,7 +178,7 @@ > >> > >> return null; > >> > >> } > >> > >> > >> > >> -public Class findClass(IModule module, String name) > >> > >> +public Class findClass(f

Re: Performance problems in classloading

2008-02-26 Thread Stuart McCulloch
> >> > >> > >> -public Class findClass(IModule module, String name) > >> > >> +public Class findClass(final IModule module, final String > name) > >> > >> throws ClassNotFoundException > >> > >

Re: Performance problems in classloading

2008-02-26 Thread Guillaume Nodet
gt; > >> @@ -178,7 +178,7 @@ > >> > >> return null; > >> > >> } > >> > >> > >> > >> -public Class findClass(IModule module, String name) > >> > >> +public Class find

Re: Performance problems in classloading

2008-02-26 Thread Karl Pauls
gt; >> > >> } > >> > >> > >> > >> -public Class findClass(IModule module, String name) > >> > >> +public Class findClass(final IModule module, final String > name) > >> > >> t

Re: Performance problems in classloading

2008-02-26 Thread Richard S. Hall
t;> } > >> catch (ClassNotFoundException ex) > >> { > >> -String msg = diagnoseClassLoadError(module, name); > >> -throw new ClassNotFoundException(msg, ex); > >> > >> +

Re: Performance problems in classloading

2008-02-25 Thread Karl Pauls
throws ClassNotFoundException > > > >> { > > > >> try > > > >> > > > >> @@ -191,8 +191,13 @@ > > > >> > > > >> } > > > >> catch (Clas

Re: Performance problems in classloading

2008-02-25 Thread Guillaume Nodet
throws ClassNotFoundException > > >> { > > >> try > > >> > > >> @@ -191,8 +191,13 @@ > > >> > > >> } > > >> catch (ClassNotFoundException ex) > > >>

Re: Performance problems in classloading

2008-02-25 Thread Guillaume Nodet
Exception ex) > >> { > >> -String msg = diagnoseClassLoadError(module, name); > >> -throw new ClassNotFoundException(msg, ex); > >> > >> + throw new ClassNotFoundException("", ex) > >> &

Re: Performance problems in classloading

2008-02-25 Thread Dale Peakall
hich uses Felix.\ > > I have some really important performance problems in classloading. > When loading JBI applications (they have some very specific > classloading architecture > that must be implemented to be JBI compliant), 95% of the time is > spent in the following met

Re: Performance problems in classloading

2008-02-25 Thread Stuart McCulloch
} > > // We should never reach this point. > > > > On Mon, Feb 25, 2008 at 3:37 PM, Stuart McCulloch > <[EMAIL PROTECTED]> wrote: > > On 25/02/2008, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > > > > > > I'm currently w

Re: Performance problems in classloading

2008-02-25 Thread Guillaume Nodet
t <[EMAIL PROTECTED]> wrote: > > > > I'm currently working on ServiceMix 4 which uses Felix.\ > > > > I have some really important performance problems in classloading. > > When loading JBI applications (they have some very specific > > classloading archit

Re: Performance problems in classloading

2008-02-25 Thread Stuart McCulloch
On 25/02/2008, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > > I'm currently working on ServiceMix 4 which uses Felix.\ > > I have some really important performance problems in classloading. > When loading JBI applications (they have some very specific > classloadin

Performance problems in classloading

2008-02-25 Thread Guillaume Nodet
I'm currently working on ServiceMix 4 which uses Felix.\ I have some really important performance problems in classloading. When loading JBI applications (they have some very specific classloading architecture that must be implemented to be JBI compliant), 95% of the time is spent i