gcj/285 and java/util/AbstractSet.java.
Alexandre Petit-Bianco
apbianco@cygnus.com
Mon Oct 23 12:57:00 GMT 2000
I just restored the original code in java/util/AbstractSet.java
http://sources.redhat.com/ml/java-patches/2000-q4/msg00054.html
If you update libgcj and encounter problems building it, something
like:
java/util/AbstractSet.java: In class `java.util.AbstractSet':
java/util/AbstractSet.java: In method `equals(java.lang.Object)':
java/util/AbstractSet.java:58: Can't find method `containsAll(Ljava/util/Collection;)' in type `java.util.AbstractSet'. Candidates are:
`containsAll(java.util.Collection)' in `java.util.Set'
`containsAll(java.util.Collection)' in `java.util.AbstractCollection'.
return containsAll((Collection)o);
^
It means that you're probably missing the following front-end patch
from Bryce:
http://gcc.gnu.org/ml/gcc-patches/2000-10/msg00646.html
./A
More information about the Java
mailing list