corda/classpath/java/util
Joshua Warner 47a7732a81 add jdk-test target, and fix failures
The intent of this target is to run our test suite against the installed jre.
This should help prevent our VM from diverging in implementation from the jdk.

The remainder of this commit fixes the problems that this exposes.
2013-12-06 15:00:02 -07:00
..
concurrent update copyright years 2013-07-02 20:52:38 -06:00
jar add jdk-test target, and fix failures 2013-12-06 15:00:02 -07:00
logging Support Logger#log(Level,String,Object) 2013-11-06 09:07:58 -06:00
regex Replace java.util.regex.* with the new regular expression engine 2013-12-04 12:52:03 -06:00
zip add jdk-test target, and fix failures 2013-12-06 15:00:02 -07:00
AbstractCollection.java update copyright years 2013-07-02 20:52:38 -06:00
AbstractList.java update copyright years 2013-07-02 20:52:38 -06:00
AbstractMap.java update copyright years 2013-07-02 20:52:38 -06:00
AbstractQueue.java update copyright years 2013-07-02 20:52:38 -06:00
AbstractSequentialList.java update copyright years 2013-07-02 20:52:38 -06:00
AbstractSet.java update copyright years 2013-07-02 20:52:38 -06:00
ArrayList.java Make ArrayList's serialization compatible with OpenJDK's 2013-11-06 09:12:18 -06:00
Arrays.java Implement rest of the Arrays#fill family 2013-11-04 15:11:19 -06:00
BitSet.java update copyright years 2013-07-02 20:52:38 -06:00
Calendar.java Implement Calendar#getTime 2013-10-18 14:58:44 -05:00
Collection.java update copyright years 2013-07-02 20:52:38 -06:00
Collections.java Implement Collections#reverse 2013-11-04 14:33:25 -06:00
Comparator.java update copyright years 2013-07-02 20:52:38 -06:00
ConcurrentModificationException.java update copyright years 2013-07-02 20:52:38 -06:00
Date.java update copyright years 2013-07-02 20:52:38 -06:00
EmptyStackException.java Add a dummy implementation of EmptyStackException 2013-11-06 09:07:58 -06:00
Enumeration.java update copyright years 2013-07-02 20:52:38 -06:00
EnumSet.java EnumSet.allOf can take advantage of the bulk BitSet.set(start, end) operation to run faster instead of adding each element individually. 2012-07-06 23:47:42 -06:00
EventListener.java update copyright years 2013-07-02 20:52:38 -06:00
EventObject.java update copyright years 2013-07-02 20:52:38 -06:00
HashMap.java Implement LinkedHashMap 2013-11-04 15:11:19 -06:00
HashSet.java update copyright years 2013-07-02 20:52:38 -06:00
Hashtable.java update copyright years 2013-07-02 20:52:38 -06:00
IdentityHashMap.java update copyright years 2013-07-02 20:52:38 -06:00
Iterator.java update copyright years 2013-07-02 20:52:38 -06:00
LinkedHashMap.java Implement LinkedHashMap 2013-11-04 15:11:19 -06:00
LinkedHashSet.java Implement LinkedHashSet 2013-11-04 15:11:19 -06:00
LinkedList.java update copyright years 2013-07-02 20:52:38 -06:00
List.java update copyright years 2013-07-02 20:52:38 -06:00
ListIterator.java update copyright years 2013-07-02 20:52:38 -06:00
Locale.java update copyright years 2013-07-02 20:52:38 -06:00
Map.java update copyright years 2013-07-02 20:52:38 -06:00
MissingResourceException.java update copyright years 2013-07-02 20:52:38 -06:00
NoSuchElementException.java update copyright years 2013-07-02 20:52:38 -06:00
Properties.java update copyright years 2013-07-02 20:52:38 -06:00
PropertyResourceBundle.java update copyright years 2013-07-02 20:52:38 -06:00
Queue.java update copyright years 2013-07-02 20:52:38 -06:00
Random.java update copyright years 2013-07-02 20:52:38 -06:00
RandomAccess.java update copyright years 2013-07-02 20:52:38 -06:00
ResourceBundle.java update copyright years 2013-07-02 20:52:38 -06:00
Set.java update copyright years 2013-07-02 20:52:38 -06:00
SortedSet.java update copyright years 2013-07-02 20:52:38 -06:00
Stack.java update copyright years 2013-07-02 20:52:38 -06:00
StringTokenizer.java update copyright years 2013-07-02 20:52:38 -06:00
TimeZone.java fix Dates test for openjdk and stub out java.util.TimeZone 2013-11-07 20:44:02 -07:00
TreeMap.java Make TreeMap (de)serialization compatible with Java 2013-11-06 09:12:18 -06:00
TreeSet.java modify TreeSet.MyIterator to support both ascending and descending iteration 2013-12-04 17:52:27 -07:00
UUID.java add bare-bones UUID implementation 2011-09-29 18:27:34 -06:00
Vector.java Make Vector a Cloneable 2013-10-25 15:32:33 -05:00
WeakHashMap.java update copyright years 2013-07-02 20:52:38 -06:00