Henry Jen
5a6e3cdfde
8016448: java/util/BitSet/BitSetStreamTest.java no longer compiles, missed by 8015895
...
Reviewed-by: mduigou
2013-06-12 14:07:14 -07:00
Naoto Sato
2ea5ec5419
8015960: java/util/Locale/LocaleProviders.java failing again on Windows
...
Reviewed-by: alanb
2013-06-11 11:18:02 -07:00
Alan Bateman
6788137f6f
Merge
2013-06-11 14:09:06 +01:00
Martin Buchholz
fadbd21469
8016311: Update j.u.c. tests to avoid using Thread.stop(Throwable)
...
Reviewed-by: alanb
2013-06-11 11:25:59 +01:00
Paul Sandoz
ee67107591
8015895: Int/LongStream.range/rangeClosed
...
8012986: Right-bias range spliterators for large ranges
Reviewed-by: mduigou
2013-06-11 12:13:26 +02:00
Paul Sandoz
cde3ef7ba0
8015792: Rename Spliterators.spliteratorFromIterator to Spliterators.iterator
...
Reviewed-by: chegar
2013-06-10 12:26:20 +02:00
Paul Sandoz
350636532e
8015798: Rename IntStream.longs/doubles and LongStream.doubles to asXxxStream
...
Reviewed-by: alanb
2013-06-10 12:20:34 +02:00
Paul Sandoz
37d4e6871b
8015492: Remove DoubleStream.range methods
...
Reviewed-by: alanb
2013-06-10 11:52:32 +02:00
Paul Sandoz
f2224939ec
8013649: HashMap spliterator tryAdvance() encounters remaining elements after forEachRemaining()
...
Reviewed-by: chegar
2013-05-31 10:53:19 +02:00
Naoto Sato
a30cf6a6cc
8013903: Japanese calendar field names are not displayed with -Djava.locale.providers=HOST on Windows
...
Reviewed-by: okutsu
2013-06-04 10:33:13 -07:00
Paul Sandoz
06985bbc35
8015790: Remove duplicate spliterator tests
...
Reviewed-by: alanb, mduigou
2013-06-04 11:53:31 +02:00
Brent Christian
53a90d216f
8005698: Handle Frequent HashMap Collisions with Balanced Trees
...
HashMap bins with many collisions store entries in balanced trees
Reviewed-by: alanb, dl, mduigou
2013-06-04 10:04:28 +01:00
Lana Steuck
dd595d8f74
Merge
2013-06-03 16:09:43 -07:00
Eric McCorkle
a455b8ab9d
8014834: shell tests don't begin with #!/bin/sh
...
Some shell tests don't begin with the command interpreter line
Reviewed-by: alanb, ksrini
2013-06-03 10:44:10 -04:00
Paul Sandoz
c58c150867
8015008: Primitive iterator over empty sequence, null consumer: forEachRemaining methods do not throw NPE
...
Reviewed-by: chegar
2013-06-03 10:28:17 +02:00
David Katleman
320a9159a3
8015525: JDK8 b91 source with GPL header errors
...
Reviewed-by: dholmes, lancea
2013-05-29 10:16:07 -07:00
Lana Steuck
8f6d37ee8e
Merge
2013-05-17 10:11:35 -07:00
Jim Gish
b0c93f4d19
8013380: Removal of stack walk to find resource bundle breaks Glassfish startup
...
Use caller's classloader to load resource as an alternative to thread context classloader and system classloader
Reviewed-by: mchung, alanb
2013-05-16 11:19:00 -04:00
Naoto Sato
41c159f597
8013233: java/util/Locale/LocaleProviders.sh fails
...
Reviewed-by: okutsu
2013-05-15 16:48:54 -07:00
Xueming Shen
bedabba81c
8014217: Base64.getXDecoder().wrap(...).read() doesn't throw exception for an incorrect number of padding chars in the final unit
...
To throw IOE for malformed final unit in base64 stream
Reviewed-by: chegar, alanb
2013-05-14 14:20:18 -07:00
Joe Darcy
b281decb0a
8014365: Restore Objects.requireNonNull(T, Supplier<String>)
...
Reviewed-by: mduigou
2013-05-13 22:16:55 -07:00
Ivan Gerasimov
171fdabebb
7021870: GzipInputStream closes underlying stream during reading
...
Reviewed-by: mduigou
2013-05-10 23:56:24 +04:00
David Katleman
1b186bfddd
8014289: JDK8 b89 source with GPL header errors
...
Reviewed-by: mchung, mduigou, tbell, dsamersoff
2013-05-09 15:04:56 -07:00
Paul Sandoz
b047746827
8012646: Pattern.splitAsStream
...
Co-authored-by: Ben Evans <benjamin.john.evans@gmail.com>
Reviewed-by: forax, plevart, alanb
2013-05-01 18:40:31 +02:00
Brian Goetz
15adfafa5b
8012664: Add tests for java.util.stream and lambda translation
...
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Co-authored-by: Mike Duigou <mike.duigou@oracle.com>
Co-authored-by: Robert Field <robert.field@oracle.com>
Co-authored-by: Jim Gish <jim.gish@oracle.com>
Reviewed-by: mduigou, briangoetz
2013-05-06 11:43:51 -04:00
Brandon Passanisi
aac9a477c2
4802647: Throw required NPEs from removeAll()/retainAll()
...
Reviewed-by: mduigou, chegar, dholmes
2013-05-07 12:05:52 -07:00
Naoto Sato
06036d34ef
8013086: NPE thrown by SimpleDateFormat with TimeZoneNameProvider supplied
...
Reviewed-by: okutsu
2013-05-07 11:31:08 -07:00
Xueming Shen
722199f9b2
8013252: Regex Matcher .start and .end should be accessible by group name
...
8013254: Constructor \w need update to add the support of \p{Join_Control}
Added the requested methods and updated the \w constructor
Reviewed-by: mchung, alanb
2013-05-06 21:24:37 -07:00
Akhil Arora
e41e09a670
8013150: Iterator.remove and forEachRemaining relationship not specified
...
Reviewed-by: mduigou
2013-05-06 20:54:48 -07:00
Mike Duigou
5001b55ff1
8013712: Add Objects.nonNull and Objects.isNull
...
Reviewed-by: mchung, darcy
2013-05-06 20:54:42 -07:00
Akhil Arora
e9d3d7b789
8012645: Stream methods on BitSet, Random, ThreadLocalRandom, ZipFile
...
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: mduigou, henryjen, alanb, martin, psandoz
2013-05-02 09:18:56 -07:00
Mark Sheppard
b09026494b
8007799: Base64.getEncoder(0, byte[]) returns an encoder that unexpectedly inserts line separators
...
Reviewed-by: sherman, iris
2013-04-30 16:24:08 +01:00
Brian Goetz
8d5c8613fc
8012650: Arrays streams methods
...
8011918: java.util.stream.Streams
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: alanb, mduigou, darcy, henryjen
2013-04-20 18:53:26 -04:00
Xueming Shen
115e610026
8007395: StringIndexOutofBoundsException in Match.find() when input String contains surrogate UTF-16 characters
...
Updated GroupCurly.match0() to backtrack correctly
Reviewed-by: mchung
2013-04-26 13:59:10 -07:00
Jim Gish
4c7d3a9bd1
5015163: (str) String merge/join that is the inverse of String.split()
...
7172553: A utility class that forms the basis of a String.join() operation
Integrate StringJoiner changes from lambda
Reviewed-by: alanb, mduigou
2013-04-02 18:41:04 -04:00
Lana Steuck
843e6e05e2
Merge
2013-04-23 15:07:48 -07:00
Naoto Sato
79174472a1
8010666: Implement Currency/LocaleNameProvider in Windows Host LocaleProviderAdapter
...
Reviewed-by: okutsu
2013-04-22 13:37:07 -07:00
Lana Steuck
8afbe69644
Merge
2013-04-17 21:48:04 -07:00
Paul Sandoz
3b5f4fc54a
8011426: java.util collection Spliterator implementations
...
Spliterator implementations for collection classes in java.util.
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: mduigou, briangoetz
2013-04-17 11:34:31 +02:00
Akhil Arora
4fa1f1f4fc
8001647: default methods for Collections - forEach, removeIf, replaceAll, sort
...
Co-authored-by: Arne Siegel <v.a.ammodytes@googlemail.com>
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: alanb, dholmes, mduigou, psandoz, smarks
2013-04-22 09:19:34 -07:00
Jim Gish
8f316cc40e
8010939: Deadlock in LogManager
...
Re-order locks to avoid deadlock
Reviewed-by: mchung
2013-04-19 16:50:10 -07:00
Jim Gish
30e93b56e3
8012005: LogManager needs test to ensure stack trace is not being done to find bundle
...
Reviewed-by: mchung
2013-04-18 16:33:11 -04:00
David Katleman
24ec30a8e7
Merge
2013-04-16 15:00:19 -07:00
Brian Goetz
95fadac5c6
8010096: Initial java.util.Spliterator putback
...
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: mduigou, alanb, chegar, darcy
2013-04-16 13:51:53 -04:00
Yong Jeffrey Huang
fc3e45929e
8011977: ISO 4217 Amendment Number 155
...
Reviewed-by: naoto
2013-04-16 22:28:47 -07:00
Mike Duigou
12cfd3e1b4
8004518: Add in-place operations to Map
...
8010122: Add defaults for ConcurrentMap operations to Map
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Co-authored-by: Henry Jen <henry.jen@oracle.com>
Co-authored-by: Akhil Arora <akhil.arora@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: darcy, briangoetz, mduigou, dholmes, ulfzibis
2013-04-16 11:17:19 -07:00
Chris Hegarty
0a5657be1c
8012237: CompletableFuture/Basic.java still fails intermittently
...
Reviewed-by: martin
2013-04-16 12:51:22 +01:00
Chris Hegarty
23d10238b1
8012343: Objects.requireNonNull(Object,Supplier) breaks genstubs build
...
Reviewed-by: alanb
2013-04-16 12:23:16 +01:00
Joe Darcy
dbb722dfb0
8011800: Add java.util.Objects.requireNonNull(T, Supplier<String>)
...
Reviewed-by: alanb, dholmes, mduigou
2013-04-15 18:31:48 -07:00
Chris Hegarty
7d3f26a18f
8011799: CompletableFuture/Basic.java fails intermittently
...
Reviewed-by: martin, alanb
2013-04-14 19:17:30 +01:00