Naoto Sato
|
f8dca18a53
|
8138613: Remove SPI locale provider adapter from the default provider list
Reviewed-by: okutsu
|
2015-10-05 08:16:11 -07:00 |
|
Doug Lea
|
df66629e12
|
8134854: Bulk integration of java.util.concurrent.atomic classes
Reviewed-by: martin, psandoz, chegar
|
2015-09-29 16:44:29 +01:00 |
|
Chris Hegarty
|
0cc24c29ca
|
8137056: Move SharedSecrets and interface friends out of sun.misc
Reviewed-by: alanb, mchung, psandoz, rriggs
|
2015-09-28 13:39:27 +01:00 |
|
Alexander Stepanov
|
6c618e48b9
|
8133651: replace some <tt> tags (obsolete in html5) in core-libs docs
Reviewed-by: martin
|
2015-09-24 17:07:44 +03:00 |
|
Tagir Valeev
|
94ba18f8b4
|
8136686: Collectors.counting can use Collectors.summingLong to reduce boxing
Reviewed-by: psandoz
|
2015-09-19 15:26:34 +02:00 |
|
Stuart Marks
|
343e882e7f
|
8072722: add stream support to Scanner
Reviewed-by: psandoz, chegar, sherman
|
2015-09-16 16:24:35 -07:00 |
|
Martin Buchholz
|
a2f0fe3c94
|
8136583: Core libraries should use blessed modifier order
Run blessed-modifier-order script (see bug)
Reviewed-by: psandoz, chegar, alanb, plevart
|
2015-09-15 21:56:04 -07:00 |
|
Ahmed Khawaja
|
7d308d2023
|
8132081: C2 support for Adler32 on SPARC
Add C2 instrinsic support for Adler32 checksum on SPARC.
Reviewed-by: kvn
|
2015-09-03 15:04:05 -07:00 |
|
Xueming Shen
|
bef17a6e80
|
8039390: Unexpected behaviour of String.format with null arguments
To explicitly specify the null behavior for all conversions
Reviewed-by: rriggs
|
2015-08-15 04:38:51 +00:00 |
|
Alexander Stepanov
|
c683f90b9a
|
8133188: docs: replace <tt> tags (obsolete in html5) for java.util
Reviewed-by: martin
|
2015-08-11 20:46:46 +03:00 |
|
Xueming Shen
|
f6514bdd8a
|
8080252: java.util.Formatter documentation of %n converter is misleading
To correct the %n ref to System.lineSeparator()
Reviewed-by: smarks, rriggs
|
2015-08-06 21:56:31 +00:00 |
|
Alexander Stepanov
|
c78487e756
|
8133115: docs: replace <tt> tags (obsolete in html5) for java.util.logging, java.util.prefs, java.util.zip, java.util.jar
Reviewed-by: lancea
|
2015-08-06 19:07:35 +03:00 |
|
Stuart Marks
|
e6d9c734ec
|
8132800: clarify stream package documentation regarding sequential vs parallel modes
Reviewed-by: psandoz
|
2015-08-04 14:45:38 -07:00 |
|
Ivan Gerasimov
|
f2aa30e173
|
8131034: Cleanup in j.u.regex.Pattern.quote()
Reviewed-by: psandoz, sherman, martin
|
2015-08-02 01:39:18 +03:00 |
|
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 |
|