This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gij gcj-dbtool and questions
- From: Tom Tromey <tromey at redhat dot com>
- To: Jakob Praher <jpraher at yahoo dot de>
- Cc: "java at gcc dot gnu dot org" <java at gcc dot gnu dot org>
- Date: 11 Jan 2005 14:08:43 -0700
- Subject: Re: gij gcj-dbtool and questions
- References: <1103757418.13209.16.camel@jaques2><1104150838.6100.7.camel@jaques2>
- Reply-to: tromey at redhat dot com
>>>>> "Jakob" == Jakob Praher <jpraher@yahoo.de> writes:
Jakob> This was my mistake, since the ClassLoader, namely VMClassLoader must be
Jakob> able to find a jar/class file that matches the requested class.
Jakob> Otherwise it throws the ClassNotFoundException and never calls the
Jakob> VMCompiler.compileClass method. (which happens in the defineClass of the
Jakob> VMClassLoader)
Yeah. With this approach, libgcj is really a "caching jit" -- not
really a fully-precompiled application. Let me know if there is a
way to change the documentation to make this more clear.
Tom