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: GCJ 3.4.3 and 3.3 classloading problem


Craig> No I am not sure.  What would be the easiest way to look for this
Craig> (where, how to look).  This is what I had been thinking also, because
Craig> when we do NO classloading (in a different, very large gcj application
Craig> built using the same libgcj) there is NO PROBLEM WHATSOEVER - that app
Craig> is completely reliable.

Classes are marked by boehm.cc:_Jv_MarkObj.
What you would do is examine the Class-marking code and make sure it
corresponds to the markable fields in Class.
There was at least one bug here in the past:
http://gcc.gnu.org/ml/java-patches/2002-q4/msg00491.html

Tom


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