1. 95a939c 8023647: "abc1c".matches("(\\w)+1\\1")) returns false by sherman · 11 years ago
  2. af6c0ad 8023275: Wrapping collections should override default methods by henryjen · 11 years ago
  3. b04dde2 8020292: j.u.SplittableRandom by psandoz · 11 years ago
  4. 5dca7b3 8011944: Sort fails with ArrayIndexOutOfBoundsException by rriggs · 11 years ago
  5. ca23edf 8023234: StampedLock serializes readers on writer unlock by shade · 11 years ago
  6. 3a8f170 8005899: Logger.getLogger(name, null) should not allow to reset a non-null resource bundle by dfuchs · 11 years ago
  7. be4486c 8016846: Pattern.splitAsStream tests required by henryjen · 11 years ago
  8. 86dfb6e 8023367: Collections.emptyList().sort((Comparator)null) throws NPE by psandoz · 11 years ago
  9. b97b6fc 8023215: test/java/util/Comparator/TypeTest.java not running (failing but reported as passing) by alanb · 11 years ago
  10. a6c66a1 8022898: java/util/Spliterator/SpliteratorCollisions.java fails in HashableIntSpliteratorWithNull data provider by psandoz · 11 years ago
  11. 5c8d086 8012940: More than 50 tests failed in Serialization/DeSerialization testing (test-mangled) by psandoz · 11 years ago
  12. c7ff9e5 8023150: java/util/stream tests no longer compiling following JDK-8019401 by psandoz · 11 years ago
  13. 4bc469d 8019401: Collectors.collectingAndThen by briangoetz · 11 years ago
  14. 5889a09 8021121: ISO 4217 Amendment Number 156 Reviewed-by: naoto by yhuang · 11 years ago
  15. 36e3c4e 8019948: java/util/logging/bundlesearch/ResourceBundleSearchTest.java is failing intermittently by dfuchs · 11 years ago
  16. c389b71 8022779: ProblemList.txt updates (8/2013) by chegar · 11 years ago
  17. 46afd03 8022326: Spliterator for values of j.u.c.ConcurrentSkipListMap does not report ORDERED by psandoz · 11 years ago
  18. bc1c719 8021788: JarInputStream doesn't provide certificates for some file under META-INF by weijun · 11 years ago
  19. 57eb381 8015666: test/tools/pack200/TimeStamp.java failing by sherman · 11 years ago
  20. 3fa48e1 8015318: Extend Collector with 'finish' operation by briangoetz · 12 years ago
  21. 49f51b3 6476168: (fmt) Inconsistency formatting subnormal doubles with hexadecimal conversion by bpb · 11 years ago
  22. c5941a9 8020291: j.u.c.CompletionStage by chegar · 11 years ago
  23. 85db956 8022121: Remove superfluous @test tag from SpliteratorTraversingAndSplittingTest by chegar · 11 years ago
  24. 6e352d8 8020016: Numerous splitereator impls do not throw NPE for null Consumers by psandoz · 11 years ago
  25. 8bc2ea6 8021883: j.u.Random/RandomStream.java test needs more robust timeout duration by psandoz · 11 years ago
  26. ee24e35 8021863: Stream.concat incorrectly calculates unsized state Reviewed-by: chegar by psandoz · 11 years ago
  27. 27b6066 8020977: StringJoiner merges with itself not as expected by henryjen · 11 years ago
  28. 9a440d0 8020156: TreeMap.values().spliterator() does not report ORDERED by psandoz · 11 years ago
  29. 0d2c7bd 8021601: Add unit test for PriorityQueue(Comparator) constructor by mduigou · 11 years ago
  30. 69efe20 8020062: Nest StreamBuilder interfaces inside relevant Stream interfaces by henryjen · 12 years ago
  31. 5c235b8 8015320: Pull spliterator() up from Collection to Iterable by henryjen · 11 years ago
  32. d7d9d4d 8019395: Consolidate StreamSupport.{stream,parallelStream} into a single method by psandoz · 12 years ago
  33. d798fd1 8015315: Stream.concat methods by mduigou · 11 years ago
  34. cd523dc 8015317: Optional.filter, map, and flatMap by mduigou · 11 years ago
  35. a7d2d19 7129185: Add Collections.{checked|empty|unmodifiable}Navigable{Map|Set} by mduigou · 11 years ago
  36. 7cfd124 8017447: Unmodifiable map entry becomes modifiable if taken from a stream of map entries by psandoz · 12 years ago
  37. 364f714 8019381: HashMap.isEmpty is non-final, potential issues for get/remove by zhangshj · 12 years ago
  38. f7456b2 8017231: Add StringJoiner.merge by alanb · 12 years ago
  39. 74a4cdf 8017329: 8b92-lambda regression: TreeSet("a", "b").stream().substream(1).parallel().iterator() is empty by psandoz · 12 years ago
  40. db802d0 7184195: java.util.logging.Logger.getGlobal().info() doesn't log without configuration by dfuchs · 12 years ago
  41. cd66e90 8017174: NPE when using Logger.getAnonymousLogger or LogManager.getLogManager().getLogger by dfuchs · 12 years ago
  42. 610ed74 8012987: Optimizations for Stream.limit/substream by psandoz · 12 years ago
  43. d99a82c 8009736: Comparator API cleanup by henryjen · 12 years ago
  44. 8e72d24 6609431: (rb) ResourceBundle.getString() returns incorrect value by naoto · 12 years ago
  45. 95bf3af 8012647: Add Arrays.parallelPrefix (prefix sum, scan, cumulative sum) by chegar · 12 years ago
  46. 799385d 6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException by bpb · 12 years ago
  47. b15627c 6863624: java/util/Currency/PropertiesTest.sh writable check is incorrect by naoto · 12 years ago
  48. 08aa2e0 8017088: Map/HashMap.compute() incorrect with key mapping to null value by mduigou · 12 years ago
  49. 3d5b008 8016455: Sync stream tests from lambda to tl by psandoz · 12 years ago
  50. 8f3db08 8016308: Updates to j.u.stream.Node/Nodes by psandoz · 12 years ago
  51. 8a44cfa 8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap by mduigou · 12 years ago
  52. 6f509e5 Merge by chegar · 12 years ago
  53. 9efc482 8016251: Balanced spliterator for SpinedBuffer by psandoz · 12 years ago
  54. 8de8243 8016448: java/util/BitSet/BitSetStreamTest.java no longer compiles, missed by 8015895 by henryjen · 12 years ago
  55. 4a8c3d4 8015960: java/util/Locale/LocaleProviders.java failing again on Windows by naoto · 12 years ago
  56. 0b25dcd Merge by alanb · 12 years ago
  57. 5b15d8a 8016311: Update j.u.c. tests to avoid using Thread.stop(Throwable) by alanb · 12 years ago
  58. 9910561 8015895: Int/LongStream.range/rangeClosed by psandoz · 12 years ago
  59. dc1b0f3 8015792: Rename Spliterators.spliteratorFromIterator to Spliterators.iterator by psandoz · 12 years ago
  60. 351889b 8015798: Rename IntStream.longs/doubles and LongStream.doubles to asXxxStream by psandoz · 12 years ago
  61. 4c998b5 8015492: Remove DoubleStream.range methods Reviewed-by: alanb by psandoz · 12 years ago
  62. 6598d46 8013649: HashMap spliterator tryAdvance() encounters remaining elements after forEachRemaining() by psandoz · 12 years ago
  63. f4be9ea 8013903: Japanese calendar field names are not displayed with -Djava.locale.providers=HOST on Windows by naoto · 12 years ago
  64. 46758e0 8015790: Remove duplicate spliterator tests Reviewed-by: alanb, mduigou by psandoz · 12 years ago
  65. fa495a0 8005698: Handle Frequent HashMap Collisions with Balanced Trees by bchristi · 12 years ago
  66. 5dbc133 Merge by lana · 12 years ago
  67. 8849910 8014834: shell tests don't begin with #!/bin/sh by emc · 12 years ago
  68. c964508 8015008: Primitive iterator over empty sequence, null consumer: forEachRemaining methods do not throw NPE by psandoz · 12 years ago
  69. b4e7972 8015525: JDK8 b91 source with GPL header errors Reviewed-by: dholmes, lancea by katleman · 12 years ago
  70. 1a9a107 Merge by lana · 12 years ago
  71. c11ac0d 8013380: Removal of stack walk to find resource bundle breaks Glassfish startup by jgish · 12 years ago
  72. 0f7720f 8013233: java/util/Locale/LocaleProviders.sh fails Reviewed-by: okutsu by naoto · 12 years ago
  73. 9e1bb1f 8014217: Base64.getXDecoder().wrap(...).read() doesn't throw exception for an incorrect number of padding chars in the final unit by sherman · 12 years ago
  74. 7a9f6e0 8010727: WLS fails to add a logger with "" in its own LogManager subclass instance by mchung · 12 years ago
  75. 2bf5b6a 8014365: Restore Objects.requireNonNull(T, Supplier<String>) by darcy · 12 years ago
  76. da99d6f 7021870: GzipInputStream closes underlying stream during reading by dmeetry · 12 years ago
  77. 6de2360 8014289: JDK8 b89 source with GPL header errors by katleman · 12 years ago
  78. e9d4ac9 8012646: Pattern.splitAsStream by psandoz · 12 years ago
  79. ef42f9a 8012664: Add tests for java.util.stream and lambda translation by briangoetz · 12 years ago
  80. 0d7f6cc 4802647: Throw required NPEs from removeAll()/retainAll() by mduigou · 12 years ago
  81. c727f08 8013086: NPE thrown by SimpleDateFormat with TimeZoneNameProvider supplied by naoto · 12 years ago
  82. a244eb5 8013252: Regex Matcher .start and .end should be accessible by group name by sherman · 12 years ago
  83. 771056c 8013150: Iterator.remove and forEachRemaining relationship not specified by mduigou · 12 years ago
  84. a905570 8013712: Add Objects.nonNull and Objects.isNull Reviewed-by: mchung, darcy by mduigou · 12 years ago
  85. 072224c 8012645: Stream methods on BitSet, Random, ThreadLocalRandom, ZipFile by mduigou · 12 years ago
  86. 8f5d1aa 8007799: Base64.getEncoder(0, byte[]) returns an encoder that unexpectedly inserts line separators by msheppar · 12 years ago
  87. 1676280 8012650: Arrays streams methods by briangoetz · 12 years ago
  88. f6f35a1 8007395: StringIndexOutofBoundsException in Match.find() when input String contains surrogate UTF-16 characters by sherman · 12 years ago
  89. 8215331 5015163: (str) String merge/join that is the inverse of String.split() by jgish · 12 years ago
  90. 6d1e475 Merge by lana · 12 years ago
  91. 042e293 8010666: Implement Currency/LocaleNameProvider in Windows Host LocaleProviderAdapter by naoto · 12 years ago
  92. 47da082 Merge by lana · 12 years ago
  93. 0c1f881 8011426: java.util collection Spliterator implementations by psandoz · 12 years ago
  94. f8babfc 8001647: default methods for Collections - forEach, removeIf, replaceAll, sort by akhil · 12 years ago
  95. 51f1325 8010939: Deadlock in LogManager by jgish · 12 years ago
  96. 48df506 8012005: LogManager needs test to ensure stack trace is not being done to find bundle by jgish · 12 years ago
  97. 7859e14 Merge by katleman · 12 years ago
  98. a573825 8010096: Initial java.util.Spliterator putback by briangoetz · 12 years ago
  99. 5e51e80 8011977: ISO 4217 Amendment Number 155 Reviewed-by: naoto by yhuang · 12 years ago
  100. f004b40 8004518: Add in-place operations to Map by mduigou · 12 years ago