Re: [cp-patches] Patch: RFC: splitting up URLClassLoader

2006-05-15 Thread Tom Tromey
> "Jeroen" == Jeroen Frijters <[EMAIL PROTECTED]> writes: >> +catch (ClassNotFoundException ignore) >> + { >> +// Fall through. >> + } >> +catch (NoSuchMethodException ignore) >> + { >> +// Fall thro

RE: [cp-patches] Patch: RFC: splitting up URLClassLoader

2006-05-15 Thread Jeroen Frijters
Tom Tromey wrote: > I'm posting this for comments. > > In libgcj we have a divergence in URLClassLoader, because we have > other ways to load classes. In particular we can extract classes > from shared libraries via 'gcjlib' URLs, and URLClassLoader knows > about this. > > I'd like to re-merge h