gcc/libjava/classpath/lib/java
Dalibor Topic 473210a961 re PR classpath/32844 (EnumSet causes code to be miscompiled)
2007-07-31  Dalibor Topic  <robilad@kaffe.org>

        PR 32844
        * java/util/EnumSet.java:
        Made class abstract per API spec.
        (size, iterator, add, addAll, clear, contains,
        containsAll, remove, removeAll, retainAll) Moved 
        into an anonymous inner class in of(T).
        (allOf, noneOf, copyOf, of, range) Made more 
        implementation independent.
        (of(T)) return an instance of an anonymous class
        implementing EmptySet.

From-SVN: r127291
2007-08-08 08:00:32 +00:00
..
applet * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
awt Import GNU Classpath (libgcj-import-20070727). 2007-08-04 10:53:49 +00:00
beans * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
io natFilePosix.cc (init_native): Define to 0. 2007-08-04 21:50:01 +00:00
lang Import GNU Classpath (libgcj-import-20070727). 2007-08-04 10:53:49 +00:00
math libjava/classpath/ChangeLog.gcj: 2007-06-03 23:18:43 +00:00
net Import GNU Classpath (libgcj-import-20070727). 2007-08-04 10:53:49 +00:00
nio Import GNU Classpath (libgcj-import-20070727). 2007-08-04 10:53:49 +00:00
rmi Import GNU Classpath (libgcj-import-20070727). 2007-08-04 10:53:49 +00:00
security * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
sql
text * Rebuild .class files with new ecj. 2007-07-27 21:14:19 +00:00
util re PR classpath/32844 (EnumSet causes code to be miscompiled) 2007-08-08 08:00:32 +00:00