.. |
AbstractCollection
|
8004982: JDK8 source with GPL header errors
|
2012-12-20 16:24:50 -08: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
|
8037097: Improve diagnosability of test failures for java/util/Arrays/Correct.java
|
2014-03-11 15:25:45 -07:00 |
Base64
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
BitSet
|
8040806: BitSet.toString() can throw IndexOutOfBoundsException
|
2014-05-06 10:28:48 +04:00 |
Calendar
|
8025051: Update resource files for TimeZone display names
|
2013-12-30 16:46:55 +04:00 |
Collection
|
8014066: Remove redundant restriction from ArrayList#removeRange() spec
|
2014-03-26 15:58:37 +04:00 |
Collections
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
Comparator
|
8033590: java.util.Comparator::thenComparing has unnecessary type restriction
|
2014-02-06 10:30:18 -08:00 |
concurrent
|
8034175: Remove use of UseVMInterruptibleIO from tests
|
2014-02-11 10:49:07 +00:00 |
Currency
|
8028537: PPC64: Updated the JDK regression tests to run on AIX
|
2014-01-17 21:54:30 +01:00 |
Deque
|
6962318: Update copyright year
|
2010-12-28 15:53:50 -08:00 |
EnumMap
|
7164256: EnumMap clone doesn't clear the entrySet keeping a reference to the original Map
|
2012-06-07 12:31:45 +01:00 |
EnumSet
|
7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
|
2011-05-25 13:32:36 -07:00 |
Formattable
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
Formatter
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
function
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
HashMap
|
8025173: HashMap.put() replacing an existing key can trigger a resize()
|
2013-09-26 11:13:34 -07:00 |
HashSet
|
8016252: More defensive HashSet.readObject
|
2013-10-09 11:47:48 -07:00 |
Hashtable
|
7197491: update copyright year to match last edit in jdk8 jdk repository
|
2012-11-02 15:50:11 +00:00 |
IdentityHashMap
|
7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
|
2011-05-25 13:32:36 -07:00 |
IllegalFormatException
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
Iterator
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
jar
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
LinkedHashMap
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08: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
|
8037106: Optimize Arrays.asList(...).forEach
|
2014-03-18 11:24:38 +01:00 |
Locale
|
8042360: Subtag syntax check is incomplete in Locale.LanguageRange
|
2014-05-08 08:22:25 +09:00 |
logging
|
8029876: Add a test to verify that Logger.getLogger & LogManager.getLogManager don't throw NPE when System.out == null
|
2014-02-11 12:23:28 +01:00 |
Map
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
MissingFormatArgumentException
|
5063455: (fmt) MissingFormatArgumentException.getFormatSpecifier() incorrect return value
|
2011-12-05 10:50:14 -08:00 |
NavigableMap
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
Objects
|
8014365: Restore Objects.requireNonNull(T, Supplier<String>)
|
2013-05-13 22:16:55 -07:00 |
Observable
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
Optional
|
8015317: Optional.filter, map, and flatMap
|
2013-07-12 11:12:16 -07:00 |
PluggableLocale
|
8028537: PPC64: Updated the JDK regression tests to run on AIX
|
2014-01-17 21:54:30 +01:00 |
prefs
|
8028537: PPC64: Updated the JDK regression tests to run on AIX
|
2014-01-17 21:54:30 +01:00 |
PriorityQueue
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
Properties
|
8016344: (props) Properties.storeToXML behaviour has changed from JDK 6 to 7
|
2013-10-21 11:15:41 +02:00 |
Random
|
8023155: Ensure functional consistency across Random, ThreadLocalRandom, SplittableRandom
|
2013-08-28 22:11:14 +02:00 |
regex
|
8039124: j.u.regex.Matcher.appendReplace/Tail() should support StringBuilder variant
|
2014-04-09 09:36:19 -07:00 |
ResourceBundle
|
8028537: PPC64: Updated the JDK regression tests to run on AIX
|
2014-01-17 21:54:30 +01:00 |
Scanner
|
7021209: convert lang, math, util to use try-with-resources
|
2011-02-22 15:34:17 -08:00 |
ServiceLoader
|
8028537: PPC64: Updated the JDK regression tests to run on AIX
|
2014-01-17 21:54:30 +01:00 |
spi/ResourceBundleControlProvider
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
Spliterator
|
8024408: Specifications for Collection/List/Set/SortedSet.spliterator() need to document if all the (subclass) instances are required to return SIZED spliterators
|
2013-10-01 12:19:20 +02:00 |
SplittableRandom
|
8023155: Ensure functional consistency across Random, ThreadLocalRandom, SplittableRandom
|
2013-08-28 22:11:14 +02:00 |
stream
|
8042355: stream with sorted() causes downstream ops not to be lazy
|
2014-05-06 10:29:59 +02:00 |
StringJoiner
|
8020977: StringJoiner merges with itself not as expected
|
2013-07-30 15:47:35 -07:00 |
StringTokenizer
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
Timer
|
7197491: update copyright year to match last edit in jdk8 jdk repository
|
2012-11-02 15:50:11 +00:00 |
TimeZone
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
TimSort
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
TreeMap
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
UUID
|
7197491: update copyright year to match last edit in jdk8 jdk repository
|
2012-11-02 15:50:11 +00:00 |
Vector
|
7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
|
2011-05-25 13:32:36 -07:00 |
WeakHashMap
|
7033660: Update copyright year to 2011 on any files changed in 2011
|
2011-04-06 22:06:11 -07:00 |
zip
|
8038491: Improve synchronization in ZipFile.read()
|
2014-04-10 20:01:52 +01:00 |