.. |
AbstractCollection
|
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
|
2018-01-16 18:28:39 -08:00 |
AbstractList
|
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
|
2018-01-16 18:28:39 -08: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
|
8201386: Miscellaneous changes imported from jsr166 CVS 2018-05
|
2018-05-22 21:50:45 -07:00 |
Arrays
|
8210353: Move java/util/Arrays/TimSortStackSize2.java back to tier1
|
2018-10-23 13:47:17 +08:00 |
Base64
|
8176379: java.util.Base64 mime encoder behaves incorrectly if initialized with a line length of size 1-3
|
2018-01-31 10:34:59 -08:00 |
BitSet
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Calendar
|
8210407: Refactor java.util.Calendar:i18n shell tests to plain java tests
|
2018-10-24 17:52:06 +08:00 |
Collection
|
8203681: Miscellaneous changes imported from jsr166 CVS 2018-06
|
2018-06-25 09:59:16 -07:00 |
Collections
|
8207003: Miscellaneous changes imported from jsr166 CVS 2018-09
|
2018-09-28 08:45:46 -07:00 |
Comparator
|
8171826: Comparator.reverseOrder(c) mishandles singleton comparators
|
2017-12-12 09:33:35 -08:00 |
concurrent
|
8211283: Miscellaneous changes imported from jsr166 CVS 2018-11
|
2018-11-28 15:25:14 -08:00 |
Currency
|
8208746: ISO 4217 Amendment #168 update
|
2018-08-28 20:05:41 -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
|
8192935: Fix EnumSet's SerializationProxy javadoc
|
2017-12-03 13:06:51 -08:00 |
Formattable
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Formatter
|
8213330: Fix legal headers in i18n tests
|
2018-11-05 13:55:41 -08:00 |
function
|
8050818: Predicate::not - provide an easier way to negate a predicate
|
2018-05-30 12:40:04 -03:00 |
HashMap
|
8205399: Set node color on pinned HashMap.TreeNode deletion
|
2018-08-10 12:05:53 -07: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 |
IdentityHashMap
|
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
|
2018-01-16 18:28:39 -08:00 |
IllegalFormatException
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Iterator
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
jar
|
8199172: Improve jar attribute checks
|
2018-04-04 13:55:30 -07: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
|
8203670: unmodifiable List iterator() implementations should not be ListIterators
|
2018-06-26 19:45:59 -07:00 |
Locale
|
8215449: Several tests failing when jtreg run with -vmoption:--illegal-access=deny
|
2018-12-18 10:26:15 +00:00 |
logging
|
8211093: Default logging.properties sets log level for com.xyz.foo
|
2018-12-13 11:27:37 +00:00 |
Map
|
8203681: Miscellaneous changes imported from jsr166 CVS 2018-06
|
2018-06-25 09:59:16 -07:00 |
MissingFormatArgumentException
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
NavigableMap
|
8199777: Deprecate -XX:+AggressiveOpts
|
2018-03-22 08:39:51 +01:00 |
Objects
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02: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
|
8209768: Refactor java/util/prefs/CheckUserPrefsStorage.sh to plain java test
|
2018-10-25 11:05:24 +08:00 |
PriorityQueue
|
8207003: Miscellaneous changes imported from jsr166 CVS 2018-09
|
2018-09-28 08:45:46 -07:00 |
Properties
|
8213325: (props) Properties.loadFromXML does not fully comply with the spec
|
2018-12-04 14:53:00 -08:00 |
PropertyPermission
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Random
|
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
|
2018-01-16 18:28:39 -08:00 |
RandomAccess
|
8197418: Move java/util/RandomAccess/ tests into OpenJDK
|
2018-04-12 10:19:31 +08:00 |
regex
|
8184692: add Pattern.asMatchPredicate
|
2018-04-16 11:21:32 -07:00 |
ResourceBundle
|
8213127: Refactor test/java/util/ResourceBundle/Control/MissingResourceCauseTest.sh to plain java tests
|
2018-12-06 18:46:08 -08:00 |
Scanner
|
8190278: ClassCastException is thrown by java.util.Scanner when a NumberFormatProvider is used
|
2017-12-13 12:43:38 +05:30 |
ServiceLoader
|
8211171: move JarUtils to top-level testlibrary
|
2018-10-01 14:54:46 -07:00 |
spi
|
8213325: (props) Properties.loadFromXML does not fully comply with the spec
|
2018-12-04 14:53:00 -08:00 |
Spliterator
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
stream
|
8205461: Create Collector which merges results of two other collectors
|
2018-09-25 14:23:37 +02:00 |
StringJoiner
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
StringTokenizer
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Timer
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
TimeZone
|
8210409: Refactor java.util.TimeZone:i18n shell tests to plain java tests
|
2018-11-06 15:23:52 +08: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
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02: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
|
8213328: Update test copyrights in test/java/util/zip and test/jdk/tools
|
2018-11-04 13:06:02 -05:00 |