.. |
AbstractCollection
|
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
|
2018-01-16 18:28:39 -08:00 |
AbstractList
|
8161558: ListIterator should not discard cause on exception
|
2020-03-13 18:38:07 +00:00 |
AbstractMap
|
8195590: Miscellaneous changes imported from jsr166 CVS 2018-02
|
2018-02-10 09:23:41 -08:00 |
AbstractSequentialList
|
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
|
2018-01-16 18:28:39 -08:00 |
ArrayDeque
|
8206123: ArrayDeque created with default constructor can only hold 15 elements
|
2018-07-10 10:24:08 -07:00 |
ArrayList
|
8234423: Modifying ArrayList.subList().subList() resets modCount of subList
|
2020-01-09 15:38:41 -08:00 |
Arrays
|
8263549: 8263412 can cause jtreg testlibrary split
|
2021-03-13 14:51:53 +00:00 |
Base64
|
8222187: java.util.Base64.Decoder stream adds unexpected null bytes at the end
|
2020-07-22 10:01:03 -04:00 |
BitSet
|
8225397: Integer value miscalculation in toString() method of BitSet
|
2019-06-06 17:20:19 -07:00 |
Calendar
|
8187649: ArrayIndexOutOfBoundsException in java.util.JapaneseImperialCalendar
|
2021-05-27 13:18:34 +00:00 |
Collection
|
8234131: Miscellaneous changes imported from jsr166 CVS 2021-01
|
2021-01-09 21:59:27 +00:00 |
Collections
|
6323374: (coll) Optimize Collections.unmodifiable* and synchronized*
|
2021-03-05 03:20:44 +00:00 |
Comparator
|
8237589: Fix copyright header formatting
|
2020-01-21 14:23:01 -08:00 |
concurrent
|
8268080: java/util/concurrent/forkjoin/AsyncShutdownNow.java fails with java.util.concurrent.RejectedExecutionException
|
2021-06-17 09:10:27 +00:00 |
Currency
|
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
|
2020-05-20 17:33:37 -07:00 |
Date
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Deque
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
EnumMap
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
EnumSet
|
8227368: EnumSet.class serialization broken in JDK 9+
|
2019-07-13 10:43:45 +00:00 |
Formattable
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Formatter
|
8262744: Formatter '%g' conversion uses wrong format for BigDecimal rounding up to limits
|
2021-04-16 20:05:48 +00:00 |
function
|
8050818: Predicate::not - provide an easier way to negate a predicate
|
2018-05-30 12:40:04 -03:00 |
HashMap
|
8237589: Fix copyright header formatting
|
2020-01-21 14:23:01 -08:00 |
HashSet
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Hashtable
|
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
|
2018-01-16 18:28:39 -08:00 |
HexFormat
|
8263754: HexFormat 'fromHex' methods should be static
|
2021-03-29 20:38:10 +00:00 |
IdentityHashMap
|
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
|
2018-01-16 18:28:39 -08:00 |
IllegalFormatException
|
8253459: Formatter treats index, width and precision > Integer.MAX_VALUE incorrectly
|
2020-11-19 20:20:55 +00:00 |
Iterator
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
jar
|
8212035: merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer
|
2021-01-13 15:53:05 +00:00 |
LinkedHashMap
|
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
|
2018-01-16 18:28:39 -08:00 |
LinkedHashSet
|
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
|
2018-01-16 18:28:39 -08:00 |
LinkedList
|
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
|
2018-01-16 18:28:39 -08:00 |
List
|
8180352: Add Stream.toList() method
|
2020-11-30 19:37:56 +00:00 |
Locale
|
8263202: Update Hebrew/Indonesian/Yiddish ISO 639 language codes to current
|
2021-05-26 15:52:39 +00:00 |
logging
|
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
|
2021-05-24 16:55:55 +00:00 |
Map
|
8199318: add idempotent copy operation for Map.Entry
|
2021-06-04 17:13:05 +00:00 |
MissingFormatArgumentException
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
NavigableMap
|
8247605: Avoid array allocation when concatenating with empty string
|
2020-08-10 16:14:03 +00:00 |
Objects
|
8255150: Add utility methods to check long indexes and ranges
|
2020-11-17 10:37:27 +00:00 |
Observable
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Optional
|
8184693: add Pattern.isEmpty
|
2018-04-18 10:30:57 -07:00 |
PluggableLocale
|
8210406: Refactor java.util.PluggableLocale:i18n shell tests to plain java tests
|
2018-10-18 00:56:38 -07:00 |
prefs
|
8264512: jdk/test/jdk/java/util/prefs/ExportNode.java relies on default platform encoding
|
2021-04-05 16:42:09 +00:00 |
PriorityQueue
|
8207003: Miscellaneous changes imported from jsr166 CVS 2018-09
|
2018-09-28 08:45:46 -07:00 |
Properties
|
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
|
2021-05-24 16:55:55 +00:00 |
PropertyPermission
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Random
|
8266527: RandomTestCoverage.java failing due to API removal
|
2021-05-04 21:18:48 +00:00 |
RandomAccess
|
8229338: clean up test/jdk/java/util/RandomAccess/Basic.java
|
2019-09-30 17:19:58 +01:00 |
regex
|
8037397: RegEx pattern matching loses character class after intersection (&&) operator
|
2021-04-21 15:45:52 +00:00 |
ResourceBundle
|
8266851: Implement JEP 403: Strongly Encapsulate JDK Internals
|
2021-05-26 20:55:53 +00:00 |
Scanner
|
8172695: (scanner) java/util/Scanner/ScanTest.java fails
|
2019-03-21 09:16:58 +01:00 |
ServiceLoader
|
8266254: Update to use jtreg 6
|
2021-06-02 21:20:12 +00:00 |
spi
|
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
|
2021-05-24 16:55:55 +00:00 |
Spliterator
|
8267452: Delegate forEachRemaining in Spliterators.iterator()
|
2021-05-26 01:17:02 +00:00 |
stream
|
8264774: Implementation of Foreign Function and Memory API (Incubator)
|
2021-06-02 10:53:06 +00:00 |
StringJoiner
|
8265237: String.join and StringJoiner can be improved further
|
2021-04-21 10:32:03 +00:00 |
StringTokenizer
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Timer
|
8263903: Use Cleaner instead of finalize to auto stop Timer thread
|
2021-03-23 21:16:35 +00:00 |
TimeZone
|
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
|
2021-05-24 16:55:55 +00:00 |
TimSort
|
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
|
2018-01-16 18:28:39 -08:00 |
TreeMap
|
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
|
2018-01-16 18:28:39 -08:00 |
UUID
|
8196334: Optimize UUID#fromString
|
2020-03-02 08:22:48 +01:00 |
Vector
|
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
|
2018-01-16 18:28:39 -08:00 |
WeakHashMap
|
8201386: Miscellaneous changes imported from jsr166 CVS 2018-05
|
2018-05-22 21:50:45 -07:00 |
zip
|
8263556: remove @modules java.base from tests
|
2021-03-15 17:05:28 +00:00 |