Nishit Jain
b2a6aa3e80
8208560: ChoiceFormat class has unused constants needs cleanup
...
Reviewed-by: rriggs, naoto
2018-08-01 18:02:25 +05:30
Weijun Wang
b9bfd45c73
8208602: Cannot read PEM X.509 cert if there is whitespace after the header or footer
...
Reviewed-by: xuelei
2018-08-01 13:35:08 +08:00
Nishit Jain
c1bbdfaa2c
8021322: [Fmt-Ch] Implementation of ChoiceFormat math methods should delegate to java.lang.Math methods
...
Reviewed-by: naoto, darcy
2018-07-27 14:20:07 +05:30
Phil Race
1387c87093
Merge
2018-07-26 10:00:40 -07:00
Ivan Gerasimov
ad816a0809
8207314: Unnecessary reallocation when constructing WeakHashMap from a large Map
...
Reviewed-by: martin
2018-07-23 22:07:55 -07:00
Joe Darcy
07cb147927
8208060: Additional corrections of serial-related declarations
...
Reviewed-by: rriggs, lancea
2018-07-20 14:46:43 -07:00
Phil Race
28e828130d
Merge
2018-07-19 10:17:22 -07:00
Joe Darcy
269286da50
8207816: Align declaration of SerializedLambda.readResolve with serialization conventions
...
Reviewed-by: briangoetz
2018-07-19 09:20:08 -07:00
Jamil Nimeh
1f273bde76
8207237: SSLSocket#setEnabledCipherSuites is accepting empty string
...
Reviewed-by: xuelei
2018-07-18 14:32:46 -07:00
Joe Darcy
e85841f34b
8207751: Remove misleading serialVersionUID from JulienFields.Field
...
Reviewed-by: lancea
2018-07-18 08:27:53 -07:00
Roger Riggs
7d4da87a14
8189717: Too much documentation of ProcessBuilder.start copied to ProcessBuilder.startPipeline
...
Reviewed-by: bpb, lancea
2018-07-18 09:46:03 -04:00
Alex Buckley
85f79b0dab
8207393: ServiceLoader class description improvements
...
Reviewed-by: alanb, lancea
2018-07-18 07:39:54 +01:00
Martin Buchholz
796a53f6e5
8206863: A closed JarVerifier.VerifierStream should throw IOException
...
Co-authored-by: Tobias Thierer <tobiast@google.com>
Reviewed-by: rasbold
2018-07-17 17:36:27 -07:00
Jesper Wilhelmsson
4fc510cc89
Merge
2018-07-14 02:14:54 +02:00
Claes Redestad
173732afaa
8207235: ManagementFactory.getPlatformMXBeans(BufferPoolMXBean.class) throws NPE
...
Reviewed-by: alanb
2018-07-13 18:39:11 +02:00
Xue-Lei Andrew Fan
a98ec3e8bd
8207029: Unable to use custom SSLEngine with default TrustManagerFactory after updating to JDK 11 b21
...
Reviewed-by: wetmore
2018-07-13 07:08:59 -07:00
Paul Sandoz
d808684592
8207027: Lookup.accessClass fails for an array type in the same package when assertions are enabled
...
Reviewed-by: redestad, mchung
2018-07-11 15:35:47 -07:00
Weijun Wang
11e4fac62b
8206189: sun/security/pkcs12/EmptyPassword.java fails with Sequence tag error
...
Reviewed-by: xuelei
2018-07-12 08:44:39 +08:00
Naoto Sato
fa3591db42
8206980: ZonedDateTime could not parse timezone name with zh_CN locale correctly
...
Reviewed-by: rriggs
2018-07-11 14:47:43 -07:00
Sibabrata Sahoo
99f911cc71
8206355: SSLSessionImpl.getLocalPrincipal() throws NPE
...
Fixed SSLSessionImpl.getLocalPrincipal() implementation when client side authentication is not enabled.
Reviewed-by: xuelei
2018-07-04 11:49:46 -07:00
Rachna Goel
19fd830161
8204603: Short week days, NaN value and timezone name are inconsistent between CLDR and Java in zh_CN, zh_TW locales
...
Handled languageALiases for supported locales of CLDR.
Reviewed-by: naoto
2018-07-04 11:55:11 +05:30
Valerie Peng
ecc5979769
8205720: KeyFactory#getKeySpec and translateKey thorws NullPointerException with Invalid key
...
Updated SunRsaSign provider to check and throw InvalidKeyException for null key algo/format/encoding
Reviewed-by: xuelei
2018-06-30 00:33:05 +00:00
Smita Kamath
3feaefd75f
8205528: Base64 encoding algorithm using AVX512 instructions
...
Reviewed-by: kvn, psandoz
2018-06-27 20:21:42 -07:00
Daniel Fuchs
ed19b48e71
8205397: InetAddress has wrong declaration for readObjectNoData
...
Reviewed-by: alanb, rriggs
2018-06-27 20:19:59 +01:00
Joe Wang
e5ac84c7b0
8205058: (fs) Files read/writeString should throw CharacterCodingException instead of IOException with an IllegalArgumentException as cause
...
Reviewed-by: sherman, alanb, lancea
2018-06-27 09:31:51 -07:00
Roger Riggs
4098f2560a
8066709: Make some JDK system properties read only
...
Reviewed-by: lancea, sundar, bchristi, weijun, mchung, alanb, mullan
2018-06-27 09:36:34 -04:00
Stuart Marks
aaf546777f
8203670: unmodifiable List iterator() implementations should not be ListIterators
...
Reviewed-by: redestad, igerasim, plevart
2018-06-26 19:45:59 -07:00
Adam Petcher
a7e35cb988
8203228: Branch-free output conversion for X25519 and X448
...
Make some field arithmetic operations for X25519/X448 more resilient against side-channel attacks
Reviewed-by: ascarpino
2018-06-26 11:14:27 -04:00
Weijun Wang
60ff77bd97
8201815: Use Mozilla Public Suffix List
...
Reviewed-by: michaelm, erikj, ihse
2018-06-26 18:55:48 +08:00
Alan Bateman
807c4ae4a3
8205612: (fc) Files.readAllBytes fails with ClosedByInterruptException when interrupt status set
...
Reviewed-by: bpb
2018-06-26 08:13:02 +01:00
Mandy Chung
4e844fe623
8205623: Replace use of Class::getPackage with Class::getPackageName
...
Reviewed-by: jjg, erikj
2018-06-25 22:28:04 -07:00
Weijun Wang
230268522b
8202299: Java Keystore fails to load PKCS12/PFX certificates created in WindowsServer2016
...
Reviewed-by: mullan, xuelei
2018-06-26 10:43:50 +08:00
Weijun Wang
3ad65642c8
8202608: CommonSeeder test needs a white-box testing mechanism to replace the default entropy source
...
Reviewed-by: xuelei
2018-06-26 10:43:43 +08:00
Martin Buchholz
7eeafb719f
8205184: Delegating Iterator implementations that don't delegate forEachRemaining()
...
Co-authored-by: Tobias Thierer <tobiast@google.com>
Reviewed-by: psandoz
2018-06-25 18:01:42 -07:00
Paul Sandoz
14651d9e02
8195650: Method references to VarHandle accessors
...
Reviewed-by: jrose
2018-06-25 14:39:44 -07:00
Patrick Reinhart
f44956330d
8204930: Reader:nullReader() spec does not match the behavior
...
Reviewed-by: bpb, rriggs
2018-06-25 14:36:16 -07:00
Xue-Lei Andrew Fan
87c6761704
8196584: TLS 1.3 Implementation
...
Co-authored-by: Adam Petcher <adam.petcher@oracle.com>
Co-authored-by: Amanda Jiang <amanda.jiang@oracle.com>
Co-authored-by: Anthony Scarpino <anthony.scarpino@oracle.com>
Co-authored-by: Bradford Wetmore <bradford.wetmore@oracle.com>
Co-authored-by: Jamil Nimeh <jamil.j.nimeh@oracle.com>
Co-authored-by: John Jiang <sha.jiang@oracle.com>
Co-authored-by: Rajan Halade <rajan.halade@oracle.com>
Co-authored-by: Sibabrata Sahoo <sibabrata.sahoo@oracle.com>
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Reviewed-by: ascarpino, coffeys, dfuchs, jjiang, jnimeh, mullan, rhalade, ssahoo, valeriep, weijun, wetmore, xuelei
2018-06-25 13:41:39 -07:00
Doug Lea
0a0a8a5791
8203681: Miscellaneous changes imported from jsr166 CVS 2018-06
...
Reviewed-by: martin, psandoz
2018-06-25 09:59:16 -07:00
Doug Lea
3afeb2cb48
8203864: Execution error in Java's Timsort
...
Reviewed-by: martin, psandoz, forax
2018-06-25 09:59:16 -07:00
Doug Lea
abffccb329
8202422: value of 'sizeCtl' in ConcurrentHashMap varies with the constructor called
...
Reviewed-by: martin, psandoz
2018-06-25 09:59:16 -07:00
Nishit Jain
0cb3d46cd7
8193444: SimpleDateFormat throws ArrayIndexOutOfBoundsException when format contains long sequences of unicode characters
...
Reviewed-by: naoto, rriggs
2018-07-13 14:04:59 +05:30
Valerie Peng
b0af57a018
8179098: Crypto AES/ECB encryption/decryption performance regression (introduced in jdk9b73)
...
Do bounds check per encryption/decryption call instead of per block
Reviewed-by: ascarpino, redestad
2018-07-13 02:36:42 +00:00
Weijun Wang
b8d80042d7
8206189: sun/security/pkcs12/EmptyPassword.java fails with Sequence tag error
...
Reviewed-by: xuelei
2018-07-12 08:44:39 +08:00
Brent Christian
c7a1b6431d
8207005: Disable the file canonicalization cache by default
...
Reviewed-by: alanb, bpb
2018-07-11 14:32:42 -07:00
Jesper Wilhelmsson
dafb3af62d
Merge
2018-07-11 21:41:43 +02:00
Doug Lea
85daddd4cf
8205620: Miscellaneous changes imported from jsr166 CVS 2018-07
...
Reviewed-by: martin, psandoz
2018-07-10 10:24:08 -07:00
Doug Lea
fce671f409
8206123: ArrayDeque created with default constructor can only hold 15 elements
...
Reviewed-by: martin, psandoz, igerasim
2018-07-10 10:24:08 -07:00
Xueming Shen
84234d1abb
8206389: JarEntry.setCreation/LastAccessTime without setLastModifiedTime causes Invalid CEN header
...
Reviewed-by: alanb, martin
2018-07-09 13:08:30 -07:00
Jiangli Zhou
9ba5bab865
8202035: Archive the set of ModuleDescriptor and ModuleReference objects for observable system modules with unnamed initial module
...
Support system module archiving with unnamed initial module at dump time.
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Reviewed-by: erikj, coleenp, mchung, iklam, ccheung
2018-07-08 12:43:05 -04:00
Brian Burkhalter
8457eb629f
8194899: Remove unused sun.net classes
...
Reviewed-by: alanb, mchung, dfuchs, chegar, michaelm
2018-07-05 07:22:21 -07:00