This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH for a RegisterClass hook
- To: <java-patches at gcc dot gnu dot org>, "Per Bothner" <per at bothner dot com>
- Subject: Re: PATCH for a RegisterClass hook
- From: "Anthony Green" <green at redhat dot com>
- Date: Thu, 30 Aug 2001 16:59:13 -0700
- References: <m2sne9uoap.fsf@eureka.bothner.com>
Per wrote:
> This patch allocs re-directing RegisterClass calls. This is necessary
> when you want to have a ClassLoader manage the classes loaded in
> a ClassLoader, as opposed to the default when the classes in a
> shared library are entered into the global class name using the
> system class loader.
Shouldn't the function pointer somehow be a property of the ClassLoader
instance, and not a global variable? Can't we have multiple class loaders
on the go?
Thanks!
AG