jdk-24/jdk/test/java/util
Mike Duigou 4eeb7e8bc5 8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap
Co-authored-by: Remi Forax <forax@univ-mlv.fr>
Reviewed-by: forax, mduigou, psandoz
2013-06-18 16:03:10 -07:00
..
AbstractCollection 8004982: JDK8 source with GPL header errors 2012-12-20 16:24:50 -08:00
AbstractList 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
AbstractMap 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
AbstractSequentialList 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
ArrayList 6992121: StringBuilder.ensureCapacity(int minCap) throws OutOfMemoryError with minCap=Integer.MIN_VALUE 2010-10-19 10:02:25 -07:00
Arrays 8014076: Arrays parallel and serial sorting improvements 2013-05-23 18:34:15 +01:00
Base64 8014217: Base64.getXDecoder().wrap(...).read() doesn't throw exception for an incorrect number of padding chars in the final unit 2013-05-14 14:20:18 -07:00
BitSet 8016448: java/util/BitSet/BitSetStreamTest.java no longer compiles, missed by 8015895 2013-06-12 14:07:14 -07:00
Calendar 8011172: JSR 310 DateTime API Updates II 2013-04-12 07:57:35 -07:00
Collection 4802647: Throw required NPEs from removeAll()/retainAll() 2013-05-07 12:05:52 -07:00
Collections 8001667: Comparator combinators and extension methods 2013-03-08 15:45:06 -08:00
Comparators 8010279: java.util.Stream.min/max((Comparator)null) is not consistent in throwing (unspecified) NPE 2013-04-12 12:41:18 -07:00
concurrent 8016311: Update j.u.c. tests to avoid using Thread.stop(Throwable) 2013-06-11 11:25:59 +01:00
Currency 8011977: ISO 4217 Amendment Number 155 2013-04-16 22:28:47 -07:00
Deque 6962318: Update copyright year 2010-12-28 15:53:50 -08:00
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 7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles 2011-05-25 13:32:36 -07:00
Formattable 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
Formatter 6355704: (fmt) %f formatting of BigDecimals is incorrect 2013-01-31 14:29:19 -08:00
HashMap 7042126: (alt-rt) HashMap.clone implementation should be re-examined 2013-01-31 10:55:15 -08:00
Hashtable 7197491: update copyright year to match last edit in jdk8 jdk repository 2012-11-02 15:50:11 +00:00
IdentityHashMap 7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles 2011-05-25 13:32:36 -07:00
IllegalFormatException 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
Iterator 8015008: Primitive iterator over empty sequence, null consumer: forEachRemaining methods do not throw NPE 2013-06-03 10:28:17 +02:00
jar 4759491: method ZipEntry.setTime(long) works incorrectly 2013-05-29 19:50:47 -07:00
LinkedHashMap 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
LinkedHashSet 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
LinkedList 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
List 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
Locale 8015960: java/util/Locale/LocaleProviders.java failing again on Windows 2013-06-11 11:18:02 -07:00
logging 8013380: Removal of stack walk to find resource bundle breaks Glassfish startup 2013-05-16 11:19:00 -04:00
Map 8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap 2013-06-18 16:03:10 -07:00
MissingFormatArgumentException 5063455: (fmt) MissingFormatArgumentException.getFormatSpecifier() incorrect return value 2011-12-05 10:50:14 -08:00
NavigableMap 6792706: Add JAR file to bootclasspath when using AggressiveOpts 2010-11-08 09:29:18 -08:00
Objects 8014365: Restore Objects.requireNonNull(T, Supplier<String>) 2013-05-13 22:16:55 -07:00
Observable 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
Optional 8012048: JDK8 b85 source with GPL header errors 2013-04-12 15:22:33 -07:00
PluggableLocale 8014834: shell tests don't begin with #!/bin/sh 2013-06-03 10:44:10 -04:00
prefs 8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools 2013-01-11 20:19:55 +00:00
PriorityQueue 7034657: Update Creative Commons license URL in legal notices 2011-04-07 15:06:32 +01:00
Properties 8005962: TEST_BUG: java/util/Properties/MacJNUEncoding can fail in certain environments 2013-01-10 10:21:44 -08:00
Random 8012645: Stream methods on BitSet, Random, ThreadLocalRandom, ZipFile 2013-05-02 09:18:56 -07:00
regex 8013252: Regex Matcher .start and .end should be accessible by group name 2013-05-06 21:24:37 -07:00
ResourceBundle 8014834: shell tests don't begin with #!/bin/sh 2013-06-03 10:44:10 -04:00
Scanner 7021209: convert lang, math, util to use try-with-resources 2011-02-22 15:34:17 -08:00
ServiceLoader 8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools 2013-01-11 20:19:55 +00:00
spi/ResourceBundleControlProvider 8004982: JDK8 source with GPL header errors 2012-12-20 16:24:50 -08:00
Spliterator 8015792: Rename Spliterators.spliteratorFromIterator to Spliterators.iterator 2013-06-10 12:26:20 +02:00
stream 8016251: Balanced spliterator for SpinedBuffer 2013-06-13 11:13:30 +02:00
StringJoiner 8014289: JDK8 b89 source with GPL header errors 2013-05-09 15:04:56 -07:00
StringTokenizer 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
Timer 7197491: update copyright year to match last edit in jdk8 jdk repository 2012-11-02 15:50:11 +00:00
TimeZone 8007392: JSR 310: DateTime API Updates 2013-02-12 09:25:43 -08:00
TimSort 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
TreeMap 7198904: (alt-rt) TreeMap.clone is broken 2012-11-20 21:35:18 -08:00
UUID 7197491: update copyright year to match last edit in jdk8 jdk repository 2012-11-02 15:50:11 +00:00
Vector 7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles 2011-05-25 13:32:36 -07:00
WeakHashMap 7033660: Update copyright year to 2011 on any files changed in 2011 2011-04-06 22:06:11 -07:00
zip 4759491: method ZipEntry.setTime(long) works incorrectly 2013-05-29 19:50:47 -07:00