.. |
AbstractCollection
|
8004982: JDK8 source with GPL header errors
|
2012-12-20 16:24:50 -08:00 |
AbstractList
|
|
|
AbstractMap
|
|
|
AbstractSequentialList
|
|
|
ArrayList
|
|
|
Arrays
|
8073354: TimSortStackSize2.java: test cleanup: make test run with single argument
|
2015-02-26 18:50:02 -05:00 |
Base64
|
8055262: Update jdk/test/java/util/Base64 tests to remove use of sun.misc.BASE64Encoder/Decoder
|
2014-08-19 12:26:34 -07:00 |
BitSet
|
8043476: java/util/BitSet/BSMethods.java failed with: java.lang.OutOfMemoryError: Java heap space
|
2014-05-26 19:59:28 +04:00 |
Calendar
|
8048123: Replace calendars.properties with another mechanism to specify a new Japanese calendar era
|
2014-08-07 13:04:26 +09:00 |
Collection
|
8037866: Replace the Fun class in tests with lambdas
|
2014-06-02 19:49:57 +04:00 |
Collections
|
8067112: Update java/util/Collections/EmptyIterator.java to eliminate dependency on sun.tools.java
|
2014-12-13 20:22:21 +00:00 |
Comparator
|
8033590: java.util.Comparator::thenComparing has unnecessary type restriction
|
2014-02-06 10:30:18 -08:00 |
concurrent
|
8072030: Race condition in ThenComposeExceptionTest.java
|
2015-02-02 14:21:32 +01:00 |
Currency
|
8055222: ISO 4217 Amendment #159
|
2014-09-04 00:32:43 -07:00 |
Deque
|
|
|
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
|
8065998: Avoid use of _ as a one-character identifier
|
2014-12-02 15:12:40 +01:00 |
Formattable
|
|
|
Formatter
|
8059175: Zero BigDecimal with negative scale prints leading zeroes in String.format
|
2015-01-07 14:15:00 -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
|
8046085: inserting null key into HashMap treebin fails
|
2014-06-06 14:23:08 -07:00 |
HashSet
|
8016252: More defensive HashSet.readObject
|
2013-10-09 11:47:48 -07:00 |
Hashtable
|
8068427: Hashtable deserialization reconstitutes table with wrong capacity
|
2015-01-21 21:42:22 +01:00 |
IdentityHashMap
|
6904367: (coll) IdentityHashMap is resized before exceeding the expected maximum size
|
2014-07-12 04:15:56 +04:00 |
IllegalFormatException
|
|
|
Iterator
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
jar
|
8062194: java.util.jar.Attributes should use insertion-ordered iteration
|
2014-10-27 16:24:43 -07: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
|
|
|
LinkedList
|
|
|
List
|
8037106: Optimize Arrays.asList(...).forEach
|
2014-03-18 11:24:38 +01:00 |
Locale
|
8062588: Support java.util.spi.*, java.text.spi.*, java.awt.im.spi loaded from classpath
|
2014-12-16 12:48:31 -08:00 |
logging
|
8072645: java.util.logging should use java.time to get more precise time stamps
|
2015-02-25 18:41:07 +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
|
8037866: Replace the Fun class in tests with lambdas
|
2014-06-02 19:49:57 +04:00 |
Objects
|
8014365: Restore Objects.requireNonNull(T, Supplier<String>)
|
2013-05-13 22:16:55 -07:00 |
Observable
|
|
|
Optional
|
8071670: java.util.Optional: please add a way to specify if-else behavior
|
2015-02-13 11:13:27 +01:00 |
PluggableLocale
|
8062588: Support java.util.spi.*, java.text.spi.*, java.awt.im.spi loaded from classpath
|
2014-12-16 12:48:31 -08:00 |
prefs
|
8075110: (prefs) CodePointZeroPrefsTest fails on certain platforms
|
2015-03-13 15:03:42 -07:00 |
PriorityQueue
|
8037866: Replace the Fun class in tests with lambdas
|
2014-06-02 19:49:57 +04:00 |
Properties
|
8073214: javadoc of Properties methods should specify NullPointerExceptions
|
2015-03-13 14:54:40 -07:00 |
Random
|
8023155: Ensure functional consistency across Random, ThreadLocalRandom, SplittableRandom
|
2013-08-28 22:11:14 +02:00 |
regex
|
8074678: JCK test java_util/regex/MatchResult/index.html starts failing after JDK-8071479
|
2015-03-17 09:54:36 -07:00 |
ResourceBundle
|
8065178: test/java/util/ResourceBundle/Bug6287579.java needs update for per language package support
|
2015-01-27 12:59:45 +09:00 |
Scanner
|
|
|
ServiceLoader
|
8049367: Modular Run-Time Images
|
2014-12-03 14:22:58 +00: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
|
8071477: Better Spliterator implementations for String.chars() and String.codePoints()
|
2015-01-26 17:26:49 +00:00 |
SplittableRandom
|
8023155: Ensure functional consistency across Random, ThreadLocalRandom, SplittableRandom
|
2013-08-28 22:11:14 +02:00 |
stream
|
8075111: Mark testFlatMappingClose (from CollectorsTest) as serialization hostile
|
2015-03-16 10:24:16 +01:00 |
StringJoiner
|
8054221: StringJoiner imlementation optimization
|
2014-08-07 15:07:33 +04:00 |
StringTokenizer
|
|
|
Timer
|
8056313: TEST_BUG: java/util/Timer/NameConstructors.java fails intermittently
|
2014-11-21 13:32:17 -08: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
|
|
|
TreeMap
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
UUID
|
8006627: UUID to/from String performance should be improved by reducing object allocations
|
2014-07-21 23:07:40 +02:00 |
Vector
|
|
|
WeakHashMap
|
|
|
zip
|
8073497: Lazy conversion of ZipEntry time
|
2015-02-28 13:17:13 +01:00 |