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
f219ffb2f2
8072773: (fs) Files.lines needs a better splitting implementation for stream source
...
Reviewed-by: alanb
2015-06-24 12:05:30 +02:00
Alejandro Murillo
acbfb8777d
Merge
2015-06-23 08:59:06 -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
Alejandro Murillo
d5fbd33cd3
Merge
2015-06-18 22:38:45 -07:00
Andrew Haley
97bd6da6c6
8130150: Implement BigInteger.montgomeryMultiply intrinsic
...
Add montgomeryMultiply intrinsics
Reviewed-by: kvn
2015-06-16 14:58:30 +01:00
Vladimir Kozlov
bd1fbafc35
Merge
2015-06-12 09:59:30 -07:00
Alejandro Murillo
8eb3086ddf
Merge
2015-06-11 12:02:13 -07:00
Volker Simonis
9a8eaa367e
8081674: EmptyStackException at startup if running with extended or unsupported charset
...
Reviewed-by: mchung, alanb
2015-06-11 17:29:09 +02:00
Vladimir Ivanov
8d56892707
8074551: GWT can be marked non-compilable due to deopt count pollution
...
Reviewed-by: kvn
2015-06-11 14:20:01 +03: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
Paul Sandoz
5744f4fc30
8071597: Add Stream dropWhile and takeWhile operations
...
Reviewed-by: briangoetz, smarks, chegar, forax
2015-06-09 07:10:03 +01:00
Pavel Rappo
91a4a6b0ce
8064925: URLConnection::getContent needs to be updated to work with modules
...
Reviewed-by: chegar, alanb
2015-07-10 16:40:12 +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
Jason Uh
84ebc260b9
8022444: Remove sun.security.util.ObjectIdentifier.equals(ObjectIdentifier other) method
...
Reviewed-by: mullan
2015-06-29 16:36:44 -07: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
Peter Levart
24d0d5af7c
8042377: BufferedWriter and FilteredOutputStream.close throw IAE if flush and close throw equal exceptions
...
Explcitly handle IOExceptions in FilteredOutputStream.close() instead of using try-with-resources approach.
Reviewed-by: chegar, alanb
2015-06-29 08:39:29 -07: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
Alejandro Murillo
84e8aa917e
Merge
2015-06-08 11:11:48 -07:00
Alexander Stepanov
2541238e18
8081517: minor cleanup for docs
...
Fix some tidy and javadoc warnings/errors
Reviewed-by: lancea, rriggs
2015-06-08 16:37:53 +04:00
Vladimir Kozlov
4c0bf57106
Merge
2015-06-04 19:24:28 -07: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
Alejandro Murillo
f77dadee42
Merge
2015-06-04 15:38:00 -07:00
Sean Coffey
4ae5f74173
8072384: Setting IP_TOS on java.net sockets not working on unix
...
Reviewed-by: michaelm
2015-06-04 18:16:25 +01:00
Chris Hegarty
46b53cd5cf
8080835: Add blocking bulk read to java.io.InputStream
...
Reviewed-by: alanb, rriggs, prappo
2015-06-04 10:27:06 +01:00
Peter Levart
1c2084bafb
8079063: ZoneOffsetTransitionRule.of should throw IAE for non-zero nanoseconds
...
Reviewed-by: rriggs, scolebourne
2015-06-04 10:58:17 +02:00
Vladimir Kozlov
438dec2d0d
8081778: Use Intel x64 CPU instructions for RSA acceleration
...
Add intrinsics for BigInteger squareToLen and mulAdd methods.
Reviewed-by: kvn, jrose, aph, ascarpino, fweimer
2015-06-03 12:54:08 -07:00
Ivan Gerasimov
f35750c5d6
8058779: Faster implementation of String.replace(CharSequence, CharSequence)
...
Reviewed-by: sherman, plevart, forax, psandoz
2015-06-03 19:26:58 +03:00
Chris Hegarty
e11aec59a2
8071474: Better failure atomicity for default read object
...
Reviewed-by: plevart, coffeys
2015-06-03 15:30:44 +01:00
Roger Riggs
103d99baf1
8077350: JEP 102 Process API Updates Implementation
...
Reviewed-by: chegar, plevart, psandoz, darcy, martin, alanb
2015-05-29 14:04:12 -04:00
Ivan Gerasimov
97f5b473ec
8081027: Create a common test to check adequacy of initial size of static HashMap/ArrayList fields
...
Reviewed-by: martin
2015-05-29 19:20:22 +03:00
Vladimir Ivanov
eaf1406cf4
8081320: Backout JDK-8059340: ConstantPool::_resolved_references is missing in heap dump
...
Reviewed-by: sspitsyn, coleenp
2015-05-29 17:05:33 +03:00
Tobias Hartmann
5369087363
Merge
2015-05-29 12:49:32 +02:00
Roger Riggs
6c70d53d16
8075678: java.time javadoc error in DateTimeFormatter::parsedLeapSecond
...
8075676: java.time package javadoc typos
8068276: java.time.chrono.HijrahChronology.eraOf() assertions may lead to misunderstanding
Reviewed-by: lancea, scolebourne
2015-05-28 17:37:33 -04:00
Xueming Shen
91868186b0
8038310: Re-examine integration of extended Charsets
...
To use ServiceLoader to load the extended charsets
Reviewed-by: alanb, mchung
2015-05-28 10:00:51 -07:00
Alexander Stepanov
60ea3cb98f
8040147: minor cleanup for docs
...
Minor cleanup for docs
Reviewed-by: lancea
2015-05-26 18:31:21 +04: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
Tobias Hartmann
adb5f5e10f
Merge
2015-05-22 09:50:33 +02:00
Vladimir Ivanov
47a5823eae
8059340: ConstantPool::_resolved_references is missing in heap dump
...
Reviewed-by: sspitsyn, stefank, twisti
2015-05-21 18:23:01 +03:00
Sean Mullan
d29a80d711
8055753: Use ConcurrentHashMap to map ProtectionDomain to PermissionCollection
...
Reviewed-by: weijun
2015-05-21 07:17:36 -04: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
Joe Darcy
5899576955
8075284: fix up miscellaneous TM constructions
...
Reviewed-by: lancea
2015-05-19 13:30:03 -07: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
Ivan Gerasimov
43b2601a96
8080535: (ch) Expected size of Character.UnicodeBlock.map is not optimal
...
Reviewed-by: martin, chegar
2015-05-18 19:15:50 +03:00
Joe Darcy
9fe30fb118
8078136: Incorrect figure number in reference to Hacker's Delight book in Long.bitCount() method
...
Reviewed-by: lancea
2015-05-17 11:04:01 -07: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
Ivan Gerasimov
cbe55b316e
8071571: Move substring of same string to slow path
...
Reviewed-by: martin
2015-05-15 22:10:29 +03:00