.. |
AbstractCollection
|
|
|
AbstractList
|
8161558: ListIterator should not discard cause on exception
|
2020-03-13 18:38:07 +00:00 |
AbstractMap
|
8308167: SequencedMap::firstEntry throws NPE when first entry has null key or value
|
2023-06-06 00:19:50 +00:00 |
AbstractSequentialList
|
|
|
ArrayDeque
|
|
|
ArrayList
|
8249834: java/util/ArrayList/Bug8146568.java and j/u/Vector/Bug8148174.java use @ignore w/o bug-id
|
2022-07-14 01:31:34 +00:00 |
Arrays
|
8282664: Unroll by hand StringUTF16 and StringLatin1 polynomial hash loops
|
2023-01-17 21:06:22 +00:00 |
Base64
|
8295470: Update openjdk.java.net => openjdk.org URLs in test code
|
2022-10-20 10:33:18 +00:00 |
BitSet
|
8225397: Integer value miscalculation in toString() method of BitSet
|
2019-06-06 17:20:19 -07:00 |
Calendar
|
8225641: Calendar.roll(int field) does not work correctly for WEEK_OF_YEAR
|
2023-04-04 21:01:24 +00:00 |
Collection
|
8266571: Sequenced Collections
|
2023-04-25 15:19:08 +00:00 |
Collections
|
8266571: Sequenced Collections
|
2023-04-25 15:19:08 +00:00 |
Comparator
|
8237589: Fix copyright header formatting
|
2020-01-21 14:23:01 -08:00 |
concurrent
|
8306647: Implementation of Structured Concurrency (Preview)
|
2023-06-07 06:41:09 +00:00 |
Currency
|
8310923: Refactor Currency tests to use JUnit
|
2023-07-07 01:32:59 +00:00 |
Date
|
|
|
Deque
|
|
|
DoubleStreamSums
|
8294705: Disable an assertion in test/jdk/java/util/DoubleStreamSums/CompensatedSums.java
|
2022-10-20 10:47:39 +00:00 |
DoubleSummaryStatistics
|
8214761: Bug in parallel Kahan summation implementation
|
2021-09-03 00:50:11 +00:00 |
EnumMap
|
|
|
EnumSet
|
8227368: EnumSet.class serialization broken in JDK 9+
|
2019-07-13 10:43:45 +00:00 |
Formattable
|
|
|
Formatter
|
8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter
|
2023-02-02 19:10:42 +00:00 |
function
|
|
|
HashMap
|
8285405: add test and check for negative argument to HashMap::newHashMap et al
|
2022-08-11 02:17:01 +00:00 |
HashSet
|
|
|
Hashtable
|
8270416: Enhance construction of Identity maps
|
2022-01-18 23:35:34 +00:00 |
HexFormat
|
8263754: HexFormat 'fromHex' methods should be static
|
2021-03-29 20:38:10 +00:00 |
IdentityHashMap
|
8178355: IdentityHashMap uses identity-based comparison for values everywhere except remove(K,V) and replace(K,V,V)
|
2022-11-03 16:36:29 +00:00 |
IllegalFormatException
|
8253459: Formatter treats index, width and precision > Integer.MAX_VALUE incorrectly
|
2020-11-19 20:20:55 +00:00 |
Iterator
|
|
|
jar
|
8302819: Remove JAR Index
|
2023-04-10 11:23:21 +00:00 |
LinkedHashMap
|
|
|
LinkedHashSet
|
|
|
LinkedList
|
|
|
List
|
8180352: Add Stream.toList() method
|
2020-11-30 19:37:56 +00:00 |
Locale
|
8310234: Refactor Locale tests to use JUnit
|
2023-06-23 21:33:49 +00:00 |
logging
|
8298047: Remove all non-significant trailing whitespace from properties files
|
2023-01-16 18:53:54 +00:00 |
Map
|
8199318: add idempotent copy operation for Map.Entry
|
2021-06-04 17:13:05 +00:00 |
MissingFormatArgumentException
|
|
|
NavigableMap
|
8247605: Avoid array allocation when concatenating with empty string
|
2020-08-10 16:14:03 +00:00 |
Objects
|
8280168: Add Objects.toIdentityString
|
2022-01-25 18:15:37 +00:00 |
Observable
|
|
|
Optional
|
|
|
PluggableLocale
|
8298047: Remove all non-significant trailing whitespace from properties files
|
2023-01-16 18:53:54 +00:00 |
prefs
|
8283349: Robustness improvements to java/util/prefs/AddNodeChangeListener.jar
|
2022-03-25 17:08:25 +00:00 |
PriorityQueue
|
8207003: Miscellaneous changes imported from jsr166 CVS 2018-09
|
2018-09-28 08:45:46 -07:00 |
Properties
|
8298047: Remove all non-significant trailing whitespace from properties files
|
2023-01-16 18:53:54 +00:00 |
PropertyPermission
|
|
|
Random
|
8294509: The sign extension bug applies to 'public static int[] convertSeedBytesToInts(byte[] seed, int n, int z)' in RandomSupport
|
2022-10-04 10:25:11 +00:00 |
RandomAccess
|
8229338: clean up test/jdk/java/util/RandomAccess/Basic.java
|
2019-09-30 17:19:58 +01:00 |
regex
|
8309515: Stale cached data from Matcher.namedGroups() after Matcher.usePattern()
|
2023-06-07 21:39:53 +00:00 |
ResourceBundle
|
8298047: Remove all non-significant trailing whitespace from properties files
|
2023-01-16 18:53:54 +00:00 |
Scanner
|
8283698: Refactor Locale constructors used in src/test
|
2022-04-08 15:23:25 +00:00 |
SequencedCollection
|
8307840: SequencedMap view method specification and implementation adjustments
|
2023-06-06 17:02:32 +00:00 |
ServiceLoader
|
8266254: Update to use jtreg 6
|
2021-06-02 21:20:12 +00:00 |
spi
|
8298047: Remove all non-significant trailing whitespace from properties files
|
2023-01-16 18:53:54 +00:00 |
Spliterator
|
8267452: Delegate forEachRemaining in Spliterators.iterator()
|
2021-05-26 01:17:02 +00:00 |
stream
|
8304265: Implementation of Foreign Function and Memory API (Third Preview)
|
2023-04-27 09:00:58 +00:00 |
StringJoiner
|
8265237: String.join and StringJoiner can be improved further
|
2021-04-21 10:32:03 +00:00 |
StringTokenizer
|
|
|
Timer
|
8263903: Use Cleaner instead of finalize to auto stop Timer thread
|
2021-03-23 21:16:35 +00:00 |
TimeZone
|
8305113: (tz) Update Timezone Data to 2023c
|
2023-04-05 01:19:00 +00:00 |
TimSort
|
|
|
TreeMap
|
|
|
UUID
|
8308803: Improve java/util/UUID/UUIDTest.java
|
2023-06-01 08:55:56 +00:00 |
Vector
|
8249834: java/util/ArrayList/Bug8146568.java and j/u/Vector/Bug8148174.java use @ignore w/o bug-id
|
2022-07-14 01:31:34 +00:00 |
WeakHashMap
|
|
|
zip
|
8307403: java/util/zip/DeInflate.java timed out
|
2023-05-16 05:06:46 +00:00 |