Paul Sandoz
|
8856bacb17
|
8130828: Fix some typos and omissions in the the j.u.stream JavaDoc
Reviewed-by: smarks
|
2015-07-31 12:29:01 +02:00 |
|
Steve Drach
|
81705a9e0c
|
8062849: Optimize EnumMap.equals
In the equals method, if the two EnumMaps are a different size return false since they can't be equal.
Reviewed-by: martin, bchristi, rriggs, psandoz
|
2015-07-24 15:33:13 -07:00 |
|
Naoto Sato
|
0dfdc19faa
|
8027607: (rb) Provide UTF-8 based properties resource bundles
Reviewed-by: okutsu, sherman
|
2015-07-29 13:36:53 -07:00 |
|
Xueming Shen
|
3d82fdcaad
|
8130914: java/util/zip/TestExtraTime.java fails with "java.lang.RuntimeException: setTime should make getLastModifiedTime return the specified instant: 3078282244456 got: 3078282244455"
Fixed the 32-bit overflow.
Reviewed-by: rriggs
|
2015-07-22 21:11:38 -07:00 |
|
Xueming Shen
|
47dbbc7b72
|
8075526: Need a way to read and write ZipEntry timestamp using local date/time without tz conversion
To add a pair of set/getTimeLocal()
Reviewed-by: ksrini, rriggs
|
2015-07-22 21:43:33 +00:00 |
|
Paul Sandoz
|
1bd70b71fc
|
8131052: Documentation of AbstractSpliterator refers to forEach rather than forEachRemaining
Reviewed-by: dfuchs
|
2015-07-16 14:39:16 +02:00 |
|
Alejandro Murillo
|
1d7da049eb
|
Merge
|
2015-07-14 16:29:08 -07:00 |
|
Alejandro Murillo
|
867e029083
|
Merge
|
2015-07-09 22:46:18 -07:00 |
|
Zoltan Majo
|
94d36649af
|
8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics
Annotate possibly intrinsified methods with @HotSpotIntrinsicCandidate. Add checks omitted by intrinsics to the library code. Add CheckIntrinsics flags to check consistency of intrinsics.
Reviewed-by: jrose, kvn, thartmann, vlivanov, abuckley, darcy, ascarpino, briangoetz, alanb, aph, dnsimon
|
2015-07-03 07:23:45 +02:00 |
|
Martin Buchholz
|
57996d703c
|
6260652: (coll) Arrays.asList(x).toArray().getClass() should be Object[].class
Return Arrays.copyOf(a, a.length, Object[].class)
Reviewed-by: igerasim, psandoz
|
2015-06-29 15:02:35 -07:00 |
|
Paul Sandoz
|
5744f4fc30
|
8071597: Add Stream dropWhile and takeWhile operations
Reviewed-by: briangoetz, smarks, chegar, forax
|
2015-06-09 07:10:03 +01:00 |
|
Paul Sandoz
|
e56c76e9f7
|
8081678: Add Stream returning methods to classes where there currently exist only Enumeration returning methods
Reviewed-by: lancea, alanb, chegar, dfuchs, mullan, smarks
|
2015-06-09 07:10:02 +01:00 |
|
Martin Buchholz
|
d67c81198b
|
8050091: (coll) LinkedList has incorrect implementation comment
Rework implementation invariant comments
Reviewed-by: igerasim
|
2015-06-29 14:59:20 -07:00 |
|
Naoto Sato
|
a693ebca66
|
8008577: Use CLDR Locale Data by Default
Reviewed-by: erikj, okutsu
|
2015-06-24 16:42:11 -07:00 |
|
Stuart Marks
|
7c8e579281
|
8080450: doc for Double/Int/LongSummaryStatistics.toString has errors
Reviewed-by: darcy, lancea
|
2015-06-24 16:08:58 -07:00 |
|
Xueming Shen
|
b46a6500b0
|
8129544: ArrayIndexOutOfBoundsException when decoding corrupt Base64 string
To take input bytes as unsigned before check range
Reviewed-by: alanb
|
2015-06-24 11:15:23 -07:00 |
|
Paul Sandoz
|
3a0e0c86d3
|
8129120: Terminal operation properties should not be back-propagated to upstream operations
Reviewed-by: briangoetz, chegar
|
2015-06-23 09:49:55 +02:00 |
|
Doug Lea
|
975075a8c8
|
8085978: LinkedTransferQueue<T>.spliterator can report LTQ.Node object, not T
Reviewed-by: psandoz, martin
|
2015-06-16 13:13:05 +02:00 |
|
Sean Mullan
|
d107e7ec6c
|
Merge
|
2015-06-09 09:19:43 -04:00 |
|
Sean Mullan
|
e37ef5fefc
|
8056179: Store permissions in concurrent collections in PermissionCollection subclasses
8065942: Store PermissionCollection entries in a ConcurrentHashMap instead of a HashMap in Permissions class
Reviewed-by: weijun
|
2015-06-09 09:18:07 -04:00 |
|
Sunny Chan
|
36d62dcbb1
|
8080945: Improve the performance of primitive Arrays.sort for certain patterns of array elements
Co-authored-by: Mohammad Rezaei <mohammad.rezaei@gs.com>
Reviewed-by: psandoz
|
2015-06-09 07:05:48 +01:00 |
|
Stuart Marks
|
bc90fc9b01
|
8072726: add adapter to convert Enumeration to Iterator
Reviewed-by: redestad, forax, chegar, dfuchs, psandoz, rriggs, briangoetz
|
2015-06-04 18:28:14 -07:00 |
|
Mandy Chung
|
efeb942f9f
|
8074431: Remove native2ascii tool
Reviewed-by: erikj, alanb, okutsu, mfang, naoto
|
2015-05-22 16:43:39 -07:00 |
|
Joe Darcy
|
0de6f9f413
|
8080901: Replace package.html files with package-info.java in the java.base module
Reviewed-by: lancea, alanb, vinnie
|
2015-05-22 10:45:59 -07:00 |
|
Xueming Shen
|
d1d75812b0
|
8064736: Part of java.util.jar.JarFile spec looks confusing with references to Zip
Update the api doc for entries()/stream() accordingly
Reviewed-by: alanb
|
2015-05-22 08:56:33 -07:00 |
|
Doug Lea
|
8654e36410
|
8080623: CPU overhead in FJ due to spinning in awaitWork
Reviewed-by: chegar, dholmes
|
2015-05-20 14:50:57 +02:00 |
|
Alexander Stepanov
|
30cda926e9
|
8080422: some docs cleanup for core libs
Some docs cleanup
Reviewed-by: rriggs, lancea
|
2015-05-19 16:04:14 +04:00 |
|
Peter Levart
|
f79ca89ac7
|
8074002: java.time.ZoneId.systemDefault() should be faster
Cache ZoneId inside TimeZone object
Reviewed-by: scolebourne, rriggs, dfuchs
|
2015-05-17 18:49:21 +02:00 |
|
Paul Sandoz
|
0e7987c721
|
8078645: removeIf(filter) in ConcurrentHashMap removes entries for which filter is false
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: martin, dholmes
|
2015-05-12 10:50:40 +02:00 |
|
Naoto Sato
|
ae93bb2873
|
8075545: Add permission check for locale service provider implementations
Reviewed-by: mchung, alanb
|
2015-04-29 11:03:56 -07:00 |
|
Alexander Stepanov
|
0bdbfa87dc
|
8076224: some tidy warnings from core libs
Minor HTML markup fix
Reviewed-by: rriggs, lancea
|
2015-04-28 21:30:10 +04:00 |
|
Doug Lea
|
37fbfc1a3d
|
8078490: Missed submissions in ForkJoinPool
Reviewed-by: psandoz, shade, martin, chegar
|
2015-04-24 15:39:41 +02:00 |
|
Joe Darcy
|
d112215fc2
|
8078467: Update core libraries to use diamond with anonymous classes
Reviewed-by: mchung, alanb
|
2015-04-23 09:32:35 -07:00 |
|
Chris Hegarty
|
7e6f12e6e9
|
8076442: Cannot fully read BitSet.stream() if bit Integer.MAX_VALUE is set
Reviewed-by: alanb, henryjen
|
2015-04-07 10:33:08 +01:00 |
|
Xueming Shen
|
2de64493a2
|
8076641: getNextEntry throws ArrayIndexOutOfBoundsException when unzipping file
To add extra sanity check for entry extra data
Reviewed-by: alanb
|
2015-04-06 13:41:10 -07:00 |
|
Brent Christian
|
6c5d70bfbc
|
8071667: HashMap.computeIfAbsent() adds entry that HashMap.get() does not find
Throw ConcurrentModificationException from computeIfAbsent() & friends
Reviewed-by: chegar, psandoz
|
2015-04-02 12:33:03 -07:00 |
|
Masayoshi Okutsu
|
90e30c53bc
|
8075548: SimpleDateFormat formatting of "LLLL" in English is incorrect; should be identical to "MMMM"
Reviewed-by: naoto
|
2015-03-30 16:31:18 +09:00 |
|
Paul Sandoz
|
b220e6cb1d
|
8075307: Pipeline calculating inconsistent flag state for parallel stateful ops
Reviewed-by: smarks
|
2015-03-25 10:50:08 +00:00 |
|
Chris Hegarty
|
82dd135b5f
|
8075824: Add default[Read|Write]Object to java.util.Date
Reviewed-by: alanb, rriggs
|
2015-03-24 14:48:11 +00:00 |
|
Paul Sandoz
|
497fe8d068
|
8075560: Typo in Javadoc for java.util.Optional.equals()
Reviewed-by: alanb
|
2015-03-23 14:20:39 +01:00 |
|
Brian Burkhalter
|
d7419560c2
|
8075362: j.u.Properties.load() methods have misaligned @throws clauses
Add spaces to align the @throws clauses, and rename Basic.java test and its @summary clause.
Reviewed-by: rriggs
|
2015-03-20 10:37:03 -07:00 |
|
Naoto Sato
|
ca08065c34
|
8074350: Support ISO 4217 "Current funds codes" table (A.2)
8074351: Support for currencies with the 4 digits (or more) minor unit
Reviewed-by: okutsu
|
2015-03-17 16:04:26 -07:00 |
|
Xueming Shen
|
f3a2e4480d
|
8074678: JCK test java_util/regex/MatchResult/index.html starts failing after JDK-8071479
To add non-match sanity check
Reviewed-by: psandoz
|
2015-03-17 09:54:36 -07:00 |
|
Paul Sandoz
|
7618752fd9
|
8075230: Optimized count operations incorrectly declare the stream shape
Reviewed-by: chegar
|
2015-03-16 17:44:34 +01:00 |
|
Aggelos Biboudis
|
cb566c6ce5
|
8067969: Optimize Stream.count for SIZED Streams
Reviewed-by: psandoz, chegar
|
2015-03-16 10:19:49 +01:00 |
|
Brian Burkhalter
|
17f8ee8cf0
|
8073214: javadoc of Properties methods should specify NullPointerExceptions
Add test for null parameter and corresponding throws clause to load() methods
Reviewed-by: darcy
|
2015-03-13 14:54:40 -07:00 |
|
Amy Lu
|
71d53d5bb7
|
8074674: Doclint regression in java/util/regex/Matcher.java
Reviewed-by: psandoz
|
2015-03-10 13:30:21 +01:00 |
|
Stuart Marks
|
d01c5811df
|
8073923: Files.lines() documentation needs clarification
Reviewed-by: darcy, alanb
|
2015-03-04 13:22:45 -08:00 |
|
Paul Sandoz
|
0405de7fca
|
8071479: Stream and lambdafication improvements to j.u.regex.Matcher
Reviewed-by: smarks, briangoetz, sherman
|
2015-03-03 12:30:48 +01:00 |
|
Claes Redestad
|
c8e99e3610
|
8073497: Lazy conversion of ZipEntry time
Reviewed-by: sherman, plevart
|
2015-02-28 13:17:13 +01:00 |
|