Accessing AOT'd Classes from Interpreter

Jeff Sturm jsturm@one-point.com
Mon Jun 23 15:36:00 GMT 2003


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



More information about the Java mailing list