.. |
AbstractCollection
|
|
|
AbstractList
|
|
|
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
|
8340572: ConcurrentModificationException when sorting ArrayList sublists
|
2024-10-05 21:15:18 +00:00 |
Arrays
|
8332826: Make hashCode methods in ArraysSupport friendlier
|
2024-05-30 09:33:30 +00:00 |
Base64
|
8341243: Use ArraySupport.SOFT_MAX_ARRAY_LENGTH for max array size in java.base
|
2024-10-02 01:27:03 +00:00 |
BitSet
|
8317795: Add an ImmutableBitSetPredicate variant for bitsets <= 128 elements
|
2023-10-10 17:01:57 +00:00 |
Calendar
|
8333582: Update CLDR to Version 46.0
|
2024-11-04 17:00:44 +00:00 |
Collection
|
8329089: Empty immutable list throws the wrong exception type for remove(first | last) operations
|
2024-04-05 07:38:43 +00:00 |
Collections
|
8292955: Collections.checkedMap Map.merge does not properly check key and value
|
2024-05-28 06:43:07 +00:00 |
Comparator
|
|
|
concurrent
|
8343426: ConcurrentSkipListMap.spliterator() can no longer split the stream
|
2024-11-14 09:17:02 +00:00 |
Currency
|
8334653: ISO 4217 Amendment 177 Update
|
2024-06-25 19:05:22 +00:00 |
Date
|
8316696: Remove the testing base classes: IntlTest and CollatorTest
|
2023-10-03 16:38:17 +00:00 |
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
|
|
|
Formattable
|
|
|
Formatter
|
8328037: Test java/util/Formatter/Padding.java has unnecessary high heap requirement after JDK-8326718
|
2024-03-15 06:41:53 +00:00 |
function
|
|
|
HashMap
|
8328066: WhiteBoxResizeTest failure on linux-x86: Could not reserve enough space for 2097152KB object heap
|
2024-03-15 12:00:32 +00:00 |
HashSet
|
|
|
Hashtable
|
8270416: Enhance construction of Identity maps
|
2022-01-18 23:35:34 +00:00 |
HexFormat
|
|
|
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
|
|
|
Iterator
|
|
|
jar
|
8333398: Uncomment the commented test in test/jdk/java/util/jar/JarFile/mrjar/MultiReleaseJarAPI.java
|
2024-06-04 01:53:18 +00:00 |
LinkedHashMap
|
|
|
LinkedHashSet
|
|
|
LinkedList
|
|
|
List
|
8325679: Optimize ArrayList subList sort
|
2024-09-04 13:40:40 +00:00 |
Locale
|
8333582: Update CLDR to Version 46.0
|
2024-11-04 17:00:44 +00:00 |
logging
|
8338411: Implement JEP 486: Permanently Disable the Security Manager
|
2024-11-12 17:16:15 +00:00 |
Map
|
8267174: Many test files have the wrong Copyright header
|
2023-09-12 20:16:05 +00:00 |
MissingFormatArgumentException
|
|
|
NavigableMap
|
|
|
Objects
|
8280168: Add Objects.toIdentityString
|
2022-01-25 18:15:37 +00:00 |
Observable
|
|
|
Optional
|
|
|
PluggableLocale
|
8338411: Implement JEP 486: Permanently Disable the Security Manager
|
2024-11-12 17:16:15 +00:00 |
prefs
|
8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder
|
2024-01-03 08:53:01 +00:00 |
PriorityQueue
|
|
|
Properties
|
8338411: Implement JEP 486: Permanently Disable the Security Manager
|
2024-11-12 17:16:15 +00:00 |
PropertyPermission
|
|
|
Random
|
8332086: Remove the usage of ServiceLoader in j.u.r.RandomGeneratorFactory
|
2024-05-21 12:53:03 +00:00 |
RandomAccess
|
|
|
regex
|
8311939: Excessive allocation of Matcher.groups array
|
2023-08-17 11:27:39 +00:00 |
ResourceBundle
|
8338411: Implement JEP 486: Permanently Disable the Security Manager
|
2024-11-12 17:16:15 +00:00 |
Scanner
|
8174269: Remove COMPAT locale data provider from JDK
|
2024-03-05 19:32:29 +00:00 |
SequencedCollection
|
8307840: SequencedMap view method specification and implementation adjustments
|
2023-06-06 17:02:32 +00:00 |
ServiceLoader
|
8338411: Implement JEP 486: Permanently Disable the Security Manager
|
2024-11-12 17:16:15 +00:00 |
spi
|
8338411: Implement JEP 486: Permanently Disable the Security Manager
|
2024-11-12 17:16:15 +00:00 |
Spliterator
|
|
|
stream
|
8342707: Prepare Gatherers for graduation from Preview
|
2024-11-11 19:57:26 +00:00 |
StringJoiner
|
|
|
StringTokenizer
|
|
|
Timer
|
|
|
TimeZone
|
8338411: Implement JEP 486: Permanently Disable the Security Manager
|
2024-11-12 17:16:15 +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
|
8340553: ZipEntry field validation does not take into account the size of a CEN header
|
2024-10-21 15:34:27 +00:00 |