.. |
AbstractCollection
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
AbstractList
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
AbstractMap
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
AbstractSequentialList
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
ArrayList
|
6992121: StringBuilder.ensureCapacity(int minCap) throws OutOfMemoryError with minCap=Integer.MIN_VALUE
|
2010-10-19 10:02:25 -07:00 |
Arrays
|
7018258: Dual-pivot updates in 7013585 can fail with ArrayIndexOutOfBoundsException
|
2011-02-09 15:59:27 +00:00 |
BitSet
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
Calendar
|
6984418: (cal) GregorianCalendar.setWeekDate doesn't check parameter consistency in non-lenient
|
2010-09-14 16:47:28 +09:00 |
Collection
|
7019705: Add -XX:+AggressiveOpts options to MOAT test
|
2011-02-21 14:53:11 -08:00 |
Collections
|
6962318: Update copyright year
|
2010-12-28 15:53:50 -08:00 |
concurrent
|
7017901: OOME in java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java
|
2011-02-17 09:56:38 +00:00 |
Currency
|
7021209: convert lang, math, util to use try-with-resources
|
2011-02-22 15:34:17 -08:00 |
Deque
|
6962318: Update copyright year
|
2010-12-28 15:53:50 -08:00 |
EnumMap
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
EnumSet
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
Formattable
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
Formatter
|
7021209: convert lang, math, util to use try-with-resources
|
2011-02-22 15:34:17 -08:00 |
HashMap
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
Hashtable
|
6927486: Hashtable writeObject() may deadlock
|
2011-02-14 11:00:02 -08:00 |
IdentityHashMap
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
IllegalFormatException
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
jar
|
7021582: convert jar/zip code and tests to use try-with-resources
|
2011-02-25 02:06:10 -08:00 |
LinkedHashMap
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
LinkedHashSet
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
LinkedList
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
List
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
Locale
|
Merge
|
2011-02-23 10:29:15 -08:00 |
logging
|
6880112: Project Coin: Port JDK core library code to use diamond operator
|
2010-12-20 13:47:04 -08:00 |
Map
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
NavigableMap
|
6792706: Add JAR file to bootclasspath when using AggressiveOpts
|
2010-11-08 09:29:18 -08:00 |
Objects
|
7012540: java.util.Objects.nonNull() incorrectly named
|
2011-02-02 13:13:34 -05:00 |
Observable
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
PluggableLocale
|
Merge
|
2011-01-04 23:41:13 -08:00 |
prefs
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
PriorityQueue
|
7025468: Tests using diamond with anonymous inner classes needs to be reverted
|
2011-03-08 10:32:18 +00:00 |
Random
|
6880112: Project Coin: Port JDK core library code to use diamond operator
|
2010-12-20 13:47:04 -08:00 |
regex
|
7014645: Support perl style Unicode hex notation \x{...}
|
2011-02-03 13:49:25 -08:00 |
ResourceBundle
|
7021209: convert lang, math, util to use try-with-resources
|
2011-02-22 15:34:17 -08:00 |
Scanner
|
7021209: convert lang, math, util to use try-with-resources
|
2011-02-22 15:34:17 -08:00 |
ServiceLoader
|
6962318: Update copyright year
|
2010-12-28 15:53:50 -08:00 |
StringTokenizer
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
Timer
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
TimeZone
|
6772689: java.sql.Date.valueOf("2042-10-xx").toString() wrong in some time zones
|
2011-02-24 16:29:42 +09:00 |
TimSort
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
TreeMap
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
UUID
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
Vector
|
6934356: Vector.writeObject() serialization may deadlock
|
2011-02-14 10:38:51 -08:00 |
WeakHashMap
|
7005424: Resync java.util.concurrent classes with Dougs CVS - Jan 2011
|
2011-01-12 14:40:36 +00:00 |
zip
|
7021582: convert jar/zip code and tests to use try-with-resources
|
2011-02-25 02:06:10 -08:00 |