Re: GCJ 3.4.3 and 3.3 classloading problem
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
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