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: gij gcj-dbtool and questions


>>>>> "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


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