Accessing AOT'd Classes from Interpreter
Craig A. Vanderborgh
craigv@voxware.com
Mon Jun 23 15:22:00 GMT 2003
Hello All:
Our efforts to adopt GCJ are proceeding nicely. We have run into
something that we do not understand, however.
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.
Is it supposed to do this? And, is it possible to get an applet to use
"compiled in" classes for java.lang.*,java.io.*,... ?
Thanks in advance
craig vanderborgh
voxware incorporated
More information about the Java
mailing list