.. |
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
|
8025067: Unconditionally throw NPE if null op provided to Arrays.parallelPrefix
|
2013-10-01 10:23:00 -07:00 |
Base64
|
8025003: Base64 should be less strict with padding
|
2013-10-24 11:12:59 -07:00 |
BitSet
|
8016448: java/util/BitSet/BitSetStreamTest.java no longer compiles, missed by 8015895
|
2013-06-12 14:07:14 -07:00 |
Calendar
|
8025971: Remove ZoneId.OLD_SHORT_IDS
|
2013-10-17 23:43:08 -07:00 |
Collection
|
8024709: TreeMap.DescendingKeyIterator 'remove' confuses iterator position
|
2013-10-09 12:13:31 -07:00 |
Collections
|
8024500: Missing API coverage for java.util.function.BiFunction andThen
|
2013-09-11 11:25:14 -07:00 |
Comparator
|
8023528: Rename Comparator combinators to disambiguate overloading methods
|
2013-08-21 20:41:35 -07:00 |
concurrent
|
8026344: j.u.c.a *Adder and *Accumulator extend a package private class that is Serializable
|
2013-10-24 13:24:32 +01:00 |
Currency
|
8021121: ISO 4217 Amendment Number 156
|
2013-08-14 22:49:54 -07: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
|
6476168: (fmt) Inconsistency formatting subnormal doubles with hexadecimal conversion
|
2013-07-31 10:53:33 -07:00 |
function
|
8024500: Missing API coverage for java.util.function.BiFunction andThen
|
2013-09-11 11:25:14 -07: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
|
8015008: Primitive iterator over empty sequence, null consumer: forEachRemaining methods do not throw NPE
|
2013-06-03 10:28:17 +02:00 |
jar
|
8027026: Change keytool -genkeypair to use -keyalg RSA
|
2013-10-23 08:32:03 +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
|
8021591: Additional explicit null checks
|
2013-09-13 11:18:44 -07:00 |
Locale
|
8025703: Update LSR datafile for BCP 47
|
2013-10-17 13:57:42 +09:00 |
logging
|
8026863: regression in anonymous Logger.setParent method
|
2013-10-28 10:52:07 +01:00 |
Map
|
8024688: further split Map and ConcurrentMap defaults eliminating looping from Map defaults, Map.merge fixes and doc fixes
|
2013-10-23 14:32:41 -07:00 |
MissingFormatArgumentException
|
5063455: (fmt) MissingFormatArgumentException.getFormatSpecifier() incorrect return value
|
2011-12-05 10:50:14 -08:00 |
NavigableMap
|
7129185: Add Collections.{checked|empty|unmodifiable}Navigable{Map|Set}
|
2013-07-12 11:11:30 -07: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
|
8014834: shell tests don't begin with #!/bin/sh
|
2013-06-03 10:44:10 -04:00 |
prefs
|
8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools
|
2013-01-11 20:19:55 +00:00 |
PriorityQueue
|
8021601: Add unit test for PriorityQueue(Comparator) constructor
|
2013-07-26 17:23:20 -07: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
|
8024341: j.u.regex.Pattern.splitAsStream() doesn't correspond to split() method if using an example from the spec
|
2013-09-20 17:11:32 -07:00 |
ResourceBundle
|
8013839: Enhance Logger API for handling of resource bundles
|
2013-10-16 20:47:30 +02:00 |
Scanner
|
7021209: convert lang, math, util to use try-with-resources
|
2011-02-22 15:34:17 -08:00 |
ServiceLoader
|
8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools
|
2013-01-11 20:19:55 +00:00 |
spi/ResourceBundleControlProvider
|
8004982: JDK8 source with GPL header errors
|
2012-12-20 16:24:50 -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
|
8027316: Distinct operation on an unordered stream should not be a barrier
|
2013-10-31 11:59:04 +01: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
|
8027026: Change keytool -genkeypair to use -keyalg RSA
|
2013-10-23 08:32:03 +08:00 |
TimSort
|
6943119: Rebrand source copyright notices
|
2010-05-25 15:58:33 -07:00 |
TreeMap
|
8025595: Remove alt-rt.jar, used by +AggressiveOps (jdk repo portion of JDK-8024826)
|
2013-09-27 10:21:04 -07: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
|
8026756: Test java/util/zip/GZIP/GZIPInZip.java failed
|
2013-10-18 16:06:20 +04:00 |