This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Accessing AOT'd Classes from Interpreter
- From: Jeff Sturm <jsturm at one-point dot com>
- To: "Craig A. Vanderborgh" <craigv at voxware dot com>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 23 Jun 2003 11:28:48 -0400 (EDT)
- Subject: Re: Accessing AOT'd Classes from Interpreter
On 23 Jun 2003, Craig A. Vanderborgh wrote:
> We have discovered, when running applets within our gcj-compiled browser
> (interpretively..) that gcj's class resolution mechanism wants to load
> all of the classes that the applet needs from external sources. That
> is, regardless of what classes have been "compiled in", ahead-of-time
> during the build, the GCJ runtime insists on resolving all of the
> classes on which the applet depends from .jars or .classes.
I'm rather surprised by that. Have you implemented your own classloader?
Jeff