This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]