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 here so

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

2006-05-14 Thread Tom Tromey
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 here so that we have one less