This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: bug in the ClassLoader
- To: "Tony Knaus" <awk at spinnakernet dot com>, <java at gcc dot gnu dot org>
- Subject: Re: bug in the ClassLoader
- From: "Anthony Green" <green at redhat dot com>
- Date: Mon, 27 Aug 2001 07:27:09 -0700
- References: <3B895E1B.C8BF79D7@spinnakernet.com>
Tony wrote:
> While trying to build Apache Tomcat I have stumbled
> across a condition where the buckets in the hash table implementing
> the class cache in java/lang/natClassLoader.cc become populated with
> cycles in the linked list.
Sorry - I can't help with this immediate problem, but, you wrote:
> This bug occured when I built a separate shared
> library with java security objects from the gnu classpath
> to supply missing definitions to Tomcat
Hmm.. what's missing? I am building Tomcat without having to add missing
classes to libgcj.
I have a nice autoconf/automake/libtool tree for building tomcat, xerces,
xalan, log4j, tritonus, rhino and others. Some stuff works pretty well -
others (like tomcat) need help. I'm hoping to put the whole tree up for cvs
soon as I suspect many people are trying to get packages like these built
with gcj and cooperation will help move things along.
AG