Claes Redestad
9f0da6d94f
8196869: Optimize Locale creation
...
Reviewed-by: psandoz, plevart, naoto
2018-02-08 18:45:30 +01:00
Xueming Shen
2f7bcc872f
8176379: java.util.Base64 mime encoder behaves incorrectly if initialized with a line length of size 1-3
...
Reviewed-by: rriggs, alanb, psandoz
2018-01-31 10:34:59 -08:00
Sergei Tsypanov
bbb4bcd69d
8196207: Inefficient ArrayList.subList().toArray()
...
Reviewed-by: martin, psandoz, jrose, redestad
2018-01-30 11:08:50 -08:00
Lana Steuck
8f528fba93
Merge
2018-01-18 18:58:46 +00:00
Doug Lea
d771fc3a6b
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
...
Reviewed-by: martin
2018-01-16 18:28:39 -08:00
Doug Lea
c19d18871c
8191483: AbstractQueuedSynchronizer cancel/cancel race
...
Reviewed-by: martin
2018-01-16 18:24:32 -08:00
Xueming Shen
b69a95d78d
8194667: Regex: Serialization doesn't work with match flags
...
Reviewed-by: rriggs
2018-01-12 14:05:42 -08:00
Lana Steuck
c8c8cd7238
Merge
2018-01-04 04:22:28 +00:00
Paul Sandoz
e1e9023545
8075939: Stream.flatMap() causes breaking of short-circuiting of terminal operations
...
Reviewed-by: forax, smarks
2017-12-21 13:52:20 -08:00
Abhijit Saha
22b4fae438
Merge
2018-01-17 07:09:03 +00:00
Mandy Chung
2c062802de
8193767: Improve javadoc in ResourceBundle working with modules
...
Reviewed-by: alanb, naoto
2017-12-21 15:18:49 -08:00
Paul Sandoz
e6680338c5
8193856: takeWhile produces incorrect result with elements produced by flatMap
...
Reviewed-by: smarks
2017-12-20 11:40:45 -08:00
Mandy Chung
8e4276d628
8193767: Improve javadoc in ResourceBundle working with modules
...
Reviewed-by: alanb, naoto
2017-12-21 15:18:49 -08:00
Paul Sandoz
fb9db6b02d
8193085: Vectorize the nio Buffer equals and compareTo implementations
...
Reviewed-by: alanb
2017-12-20 09:14:52 -08:00
Claes Redestad
a9a271179d
8193507: [REDO] Startup regression due to JDK-8185582
...
Co-authored-by: Xueming Shen <xueming.shen@oracle.com>
Reviewed-by: alanb, rriggs
2017-12-14 16:05:08 +01:00
Xueming Shen
aeb50d6935
8193490: java/util/zip/ZipFile/ClearStaleZipFileInputStreams.java, FinalizeZipFile.java, TestCleaner.java, Collectible.java failed because cleaner can't finish
...
Reviewed-by: darcy
2017-12-13 21:41:50 -08:00
Stuart Marks
feffd15dc2
8140281: add no-arg Optional.orElseThrow() as preferred alternative to get()
...
Reviewed-by: alanb, bpb, forax, darcy
2017-12-13 18:47:20 -08:00
Mark Reinhold
0214135fde
8192833: JEP 322: Time-Based Release Versioning
...
Reviewed-by: erikj, ihse, iris, mchung, psandoz, tbell
2017-12-13 17:28:24 -08:00
Claes Redestad
1b432b5066
8193471: Startup regression due to JDK-8185582
...
Reviewed-by: rriggs, psandoz
2017-12-13 21:25:49 +01:00
Xueming Shen
4f0ea9242f
8184947: ZipCoder performance improvements
...
Reviewed-by: martin, redestad
2017-12-13 07:51:57 -08:00
Nishit Jain
7362d58294
8190278: ClassCastException is thrown by java.util.Scanner when a NumberFormatProvider is used
...
Reviewed-by: naoto, rriggs
2017-12-13 12:43:38 +05:30
Joe Wang
4f080a83af
8183743: Umbrella: add overloads that take a Charset parameter
...
Reviewed-by: alanb, rriggs
2017-12-12 11:10:12 -08:00
Naoto Sato
f065141ddc
8176841: Additional Unicode Language-Tag Extensions
...
8189134: New system properties for the default Locale extensions
8190918: Retrieve the region specific data regardless of language in locale
8191349: Add a new method in j.t.f.DateTimeFormatter to reflect Unicode extensions
Reviewed-by: scolebourne, lancea, rriggs, rgoel, nishjain
2017-12-12 10:21:58 -08:00
Paul Sandoz
72e7a31529
8171826: Comparator.reverseOrder(c) mishandles singleton comparators
...
Reviewed-by: rriggs
2017-12-12 09:33:35 -08:00
Peter Levart
238ca2e781
8191216: SimpleTimeZone.clone() has a data race on cache fields
...
Reviewed-by: alanb, naoto
2017-12-12 00:30:57 +01:00
Xueming Shen
3b0e59e8d8
8185582: Update Zip implementation to use Cleaner, not finalizers
...
Reviewed-by: plevart, rriggs, mchung
2017-12-11 11:45:02 -08:00
Doug Lea
71a866fe0c
8192944: Miscellaneous changes imported from jsr166 CVS 2017-12-08
...
Reviewed-by: martin, psandoz, chegar
2017-12-08 15:30:53 -08:00
Doug Lea
00d1900dc9
8192943: Optimize atomic accumulators using VarHandle getAndSet
...
Reviewed-by: martin, psandoz, chegar
2017-12-08 15:26:56 -08:00
Doug Lea
0b3b384a27
8193174: SubmissionPublisher invokes the Subscriber's onComplete before all of its submitted items have been published
...
Reviewed-by: martin, psandoz, chegar
2017-12-08 15:22:58 -08:00
Martin Buchholz
ed69a7db9c
8192935: Fix EnumSet's SerializationProxy javadoc
...
Reviewed-by: smarks, rriggs
2017-12-03 13:06:51 -08:00
Stuart Marks
121feb580b
8189284: More refactoring for deserialization cases
...
Reviewed-by: rriggs, igerasim, rhalade, skoivu
2017-11-27 17:30:49 -08:00
Paul Sandoz
ed7a7fb89f
8015667: Stream.toArray(IntFunction) ArrayStoreException should refer to component type of array
...
Reviewed-by: smarks
2017-12-05 15:31:50 -08:00
Claes Redestad
c6aa806643
8193064: JarFile::getEntry0 method reference use cause for startup regression
...
Reviewed-by: sherman, mchung
2017-12-05 22:26:17 +01:00
Claes Redestad
7759531e5c
8176188: jdk/internal/misc/JavaLangAccess/NewUnsafeString.java failing since 9-b93
...
Reviewed-by: psandoz, sherman
2017-12-05 14:25:16 +01:00
Stuart Marks
f4db9575d1
8177290: add copy factory methods for unmodifiable List, Set, Map
...
8184690: add Collectors for collecting into unmodifiable List, Set, and Map
Reviewed-by: alanb, briangoetz, dholmes, jrose, rriggs, scolebourne
2017-12-04 11:50:04 -08:00
Doug Lea
850b92fa04
8187947: A race condition in SubmissionPublisher
...
Reviewed-by: martin, psandoz
2017-12-02 10:08:55 -08:00
Doug Lea
eac77274e8
8191937: Lost interrupt in AbstractQueuedSynchronizer when tryAcquire methods throw
...
Reviewed-by: martin, psandoz
2017-12-02 10:03:41 -08:00
Stuart Marks
6ad8b12131
8160406: Collection.toArray() spec should be explicit about returning precisely an Object[]
...
Reviewed-by: psandoz, martin, redestad
2017-11-30 14:49:36 -08:00
Mandy Chung
44e4089789
8191942: Replace jdeps use of jdk.internal.util.jar.VersionedStream with new public API
...
Reviewed-by: alanb, erikj
2017-11-29 20:42:18 -08:00
Xueming Shen
97cddabb17
8189611: JarFile versioned stream and real name support
...
Reviewed-by: psandoz, alanb, mchung, martin
2017-11-29 15:01:16 -08:00
Paul Sandoz
e0fe688373
8181175: Stream.concat behaves like terminal operation
...
Reviewed-by: smarks, briangoetz, dfuchs
2017-11-29 10:35:50 -08:00
Paul Sandoz
4c4d212355
8191429: List.sort should specify the sort is stable
...
Reviewed-by: smarks
2017-11-17 09:29:47 -08:00
Paul Sandoz
cc59ccb7d4
8190974: Parallel stream execution within a custom ForkJoinPool should obey the parallelism
...
Reviewed-by: martin, tvaleev
2017-11-08 10:27:10 -08:00
Doug Lea
e2cbace23d
8189387: ConcurrentLinkedDeque linearizability continued ..
...
Reviewed-by: martin, psandoz, dholmes
2017-11-09 16:10:46 -08:00
Naoto Sato
7c91898b9f
8182601: Improve usage messages
...
Reviewed-by: alanb, ahgross, ksrini, mchung
2017-08-08 10:43:07 -07:00
Chris Dennis
58faa32cfe
8178117: Add public state constructors for Int/Long/DoubleSummaryStatistics
...
Reviewed-by: psandoz, bpb, briangoetz
2017-04-11 17:25:09 -04:00
Christoph Dreis
7f79fffba6
8190382: fix small typographic errors in comments
...
Reviewed-by: martin
2017-10-30 17:49:33 -07:00
Brent Christian
f32470d85f
8189319: Add a java.util.Properties constructor that takes an initial capacity
...
Reviewed-by: martin, mchung, rriggs
2017-10-30 16:16:01 -07:00
Christoph Dreis
674b927865
8190323: "the the" typos
...
Reviewed-by: rriggs
2017-10-29 18:20:53 -04:00
Brent Christian
0e82be62fa
8183901: Fix broken links to "Package Sealing" in the JAR spec
...
Reviewed-by: alanb, mchung
2017-10-25 09:06:39 -07:00