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
awt Import GNU Classpath (libgcj-import-20070727). 2007-08-04 10:53:49 +00:00
beans
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
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
sql
text
util re PR classpath/32844 (EnumSet causes code to be miscompiled) 2007-08-08 08:00:32 +00:00