Ivan Gerasimov
|
27e26fbdd7
|
8210786: Typo s/overriden/overridden/ in several places
Reviewed-by: weijun
|
2018-09-15 22:02:08 -07:00 |
|
Ivan Gerasimov
|
a07102bc7f
|
8210787: Object.wait(long, int) throws inappropriate IllegalArgumentException
Reviewed-by: martin, rriggs
|
2018-09-15 13:53:43 -07:00 |
|
Jaikiran Pai
|
2e5e01b53c
|
8210785: Trivial typo fix in X509ExtendedKeyManager javadoc
Reviewed-by: xuelei
|
2018-09-14 20:30:28 -07:00 |
|
Xue-Lei Andrew Fan
|
89a4157528
|
8210974: No extensions debug log for ClientHello
Reviewed-by: jnimeh, wetmore
|
2018-09-20 14:19:53 -07:00 |
|
Michael McMahon
|
b5fb6b3566
|
8210311: IllegalArgumentException in CookieManager - Comparison method violates its general contract
Reviewed-by: chegar, dfuchs
|
2018-09-13 12:07:01 +01:00 |
|
Jamil Nimeh
|
a24c991cd3
|
8210846: TLSv.1.3 interop problems with OpenSSL 1.1.1 when used on the client side with mutual auth
Reviewed-by: wetmore
|
2018-09-19 16:07:03 -07:00 |
|
Alan Bateman
|
9c70e26c14
|
8210496: Improve filtering for classes with security sensitive fields
Reviewed-by: plevart, mchung
|
2018-09-19 08:49:07 +01:00 |
|
Brian Burkhalter
|
29a20e13c4
|
8210817: Minor typo in java.nio.file.attribute package summary
Reviewed-by: dfuchs, alanb
|
2018-09-18 13:18:54 -07:00 |
|
Roger Riggs
|
71b9664abb
|
8098798: Thread.join(ms) on Linux still affected by changes to the time-of-day clock
8210004: Thread.sleep(millis, nanos) timeout returns early
Reviewed-by: martin, igerasim
|
2018-09-14 12:53:07 -04:00 |
|
Brian Burkhalter
|
b16e5584ab
|
8210741: Typo in Java API documentation of java.nio.file.Paths
Reviewed-by: alanb, rriggs
|
2018-09-14 09:00:22 -07:00 |
|
Xue-Lei Andrew Fan
|
5de8b5c59a
|
8209916: NPE in SupportedGroupsExtension
Reviewed-by: jnimeh, wetmore
|
2018-09-13 17:11:04 -07:00 |
|
Mandy Chung
|
89efb9a78f
|
8210841: test/jdk/vm/runtime/ReflectStackOverflow.java fails with NoClassDefFoundError
Reviewed-by: dholmes, mikael
|
2018-09-17 22:56:31 -07:00 |
|
Jamil Nimeh
|
962e755c3a
|
8140466: ChaCha20 and Poly1305 TLS Cipher Suites
Reviewed-by: xuelei, mullan
|
2018-09-17 15:25:42 -07:00 |
|
Mandy Chung
|
b72ab42e49
|
8210721: Replace legacy serial exception field with Throwable::cause
Reviewed-by: dfuchs, lancea
|
2018-09-17 15:22:46 -07:00 |
|
Anthony Scarpino
|
b27f471bdd
|
8209031: SSLSocket should throw an exception when configuring DTLS
Reviewed-by: xuelei
|
2018-09-17 14:04:46 -07:00 |
|
Jim Laskey
|
12dad310bb
|
8200434 : String::align, String::indent
Reviewed-by: abuckley, smarks, sherman, rriggs, jrose, sundar, igerasim, briangoetz, darcy, jjg
|
2018-09-12 14:19:36 -03:00 |
|
Ivan Gerasimov
|
475d422094
|
8210347: Combine subsequent calls to Set.contains() and Set.add()
Reviewed-by: smarks, bpb
|
2018-09-11 14:51:45 -07:00 |
|
Sean Mullan
|
59d3b2ccfa
|
6899533: SecureClassLoader and URLClassLoader have unnecessary check for createClassLoader permission
Remove code that is no longer necessary now that pre-JDK 1.2 SecurityManager methods are not supported.
Reviewed-by: mchung
|
2018-09-07 08:02:51 -04:00 |
|
Ivan Gerasimov
|
1c9dfca05b
|
8210285: CharsetDecoder/Encoder's constructor does not reject NaN
Reviewed-by: sherman, smarks, alanb, martin, darcy
|
2018-09-06 12:10:59 -07:00 |
|
Naoto Sato
|
d1958eeed1
|
8210142: java.util.Calendar.clone() doesn't respect sharedZone flag
Reviewed-by: rriggs
|
2018-09-06 10:49:17 -07:00 |
|
Xue-Lei Andrew Fan
|
b7fdc4943f
|
8210334: TLS 1.3 server fails if ClientHello doesn't have pre_shared_key and psk_key_exchange_modes
Reviewed-by: ascarpino, wetmore
|
2018-09-05 21:01:39 -07:00 |
|
Jaikiran Pai
|
e6c0c9dde7
|
7033681: Arrays.asList methods needs better documentation
Reviewed-by: smarks
|
2018-08-25 20:16:43 +05:30 |
|
Matthias Baesken
|
be56cc5bf3
|
8207768: Improve exception messages during manifest parsing of jar archives
Reviewed-by: clanger, mullan, weijun
|
2018-09-12 11:13:09 +02:00 |
|
Naoto Sato
|
ff3f48d69f
|
8210633: Cannot parse JapaneseDate string with DateTimeFormatterBuilder Mapped-values
Reviewed-by: scolebourne, rriggs
|
2018-09-25 13:57:24 -07:00 |
|
Tagir Valeev
|
7c9ab50d06
|
8205461: Create Collector which merges results of two other collectors
Reviewed-by: briangoetz, smarks, plevart
|
2018-09-25 14:23:37 +02:00 |
|
Alan Bateman
|
f1202dc4dc
|
8209152: (so) ServerSocketChannel::supportedOptions includes IP_TOS
Reviewed-by: chegar
|
2018-09-05 11:52:08 +01:00 |
|
Daniel Fuchs
|
595a45041b
|
8210366: Typo in MethodHandles.Lookup: must be either be
Reviewed-by: rriggs
|
2018-09-04 18:32:28 +01:00 |
|
Brian Burkhalter
|
ba1d068078
|
8210279: (bf) Remove unused package private method java.nio.Buffer.truncate()
Reviewed-by: alanb
|
2018-09-04 09:07:06 -07:00 |
|
Alan Bateman
|
81af5289e9
|
8210341: (fs) Typos in PosixFileAttributeView javadoc
Reviewed-by: dfuchs
|
2018-09-04 11:35:35 +01:00 |
|
Jesper Wilhelmsson
|
d40735db17
|
Merge
|
2018-08-29 19:48:28 +02:00 |
|
Adam Petcher
|
c3cc65bd08
|
8201317: X25519/X448 code improvements
Minor code/comment improvements
Reviewed-by: xuelei
|
2018-08-29 12:00:47 -04:00 |
|
Leo Jiang
|
232804b8ab
|
8208746: ISO 4217 Amendment #168 update
8209775: ISO 4217 Amendment #169 update
Reviewed-by: naoto
|
2018-08-28 20:05:41 -07:00 |
|
Xue-Lei Andrew Fan
|
8b373393e6
|
8209965: The "supported_groups" extension in ServerHellos
Reviewed-by: ascarpino
|
2018-08-27 09:46:24 -07:00 |
|
Weijun Wang
|
882e54cb05
|
8209995: java.base does not need to export sun.security.ssl to java.security.jgss
Reviewed-by: xuelei, alanb
|
2018-08-27 23:14:17 +08:00 |
|
Bradford Wetmore
|
5b511a4a78
|
8207317: SSLEngine negotiation fail exception behavior changed from fail-fast to fail-lazy
Reviewed-by: xuelei
|
2018-08-21 11:30:48 -07:00 |
|
Rajan Halade
|
02a3769cfa
|
8206176: Remove the temporary tls13VN field
Reviewed-by: xuelei, wetmore
|
2018-08-14 17:21:44 -07:00 |
|
Xue-Lei Andrew Fan
|
66e8f27bd8
|
8207009: TLS 1.3 half-close and synchronization issues
Reviewed-by: jnimeh, mullan, wetmore
|
2018-08-14 16:47:56 -07:00 |
|
Jim Laskey
|
af89766e1e
|
8208164: (str) improve specification of String::lines
Reviewed-by: smarks
|
2018-07-26 10:25:33 -03:00 |
|
Claes Redestad
|
5ddac96c10
|
8209837: Avoid initializing ExpiringCache during bootstrap
Reviewed-by: sundar, forax
|
2018-08-24 14:04:34 +02:00 |
|
Rachna Goel
|
50a3c19ffc
|
8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale
Generated display names for missing timezones at run time.
Reviewed-by: naoto
|
2018-07-26 14:15:24 +05:30 |
|
Leo Jiang
|
6c703b8589
|
8207948: JDK 11 L10n resource file update msg drop 10
Reviewed-by: naoto
|
2018-07-25 22:48:53 -07:00 |
|
Xue-Lei Andrew Fan
|
d2b2780859
|
8208166: Still unable to use custom SSLEngine with default TrustManagerFactory after JDK-8207029
Reviewed-by: ascarpino
|
2018-07-25 17:21:04 -07:00 |
|
Jamil Nimeh
|
8158cca17d
|
8207237: SSLSocket#setEnabledCipherSuites is accepting empty string
Reviewed-by: xuelei
|
2018-07-25 09:48:31 -07:00 |
|
Chris Hegarty
|
1b1355c222
|
8207846: Generalize the jdk.net.includeInExceptions security property
Reviewed-by: alanb, michaelm, rriggs, mullan
|
2018-07-25 10:08:39 +01:00 |
|
Valerie Peng
|
df08003471
|
8206171: Signature#getParameters for RSASSA-PSS throws ProviderException when not initialized
Changed SunRsaSign and SunMSCAPI provider to return null and updated javadoc
Reviewed-by: weijun, mullan
|
2018-07-23 23:18:19 +00:00 |
|
Weijun Wang
|
32a2f54b64
|
8207223: SSL Handshake failures are reported with more generic SSLException
Reviewed-by: xuelei
|
2018-07-21 21:46:42 +08:00 |
|
Stuart Marks
|
61ea10862e
|
8206865: RMI activation tests fail with InvalidClassException
Reviewed-by: darcy, alanb, mchung
|
2018-07-20 14:34:51 -07:00 |
|
Anthony Scarpino
|
4e46cc1392
|
8204196: integer cleanup
Reviewed-by: xuelei
|
2018-07-20 09:55:15 -07:00 |
|
Ivan Gerasimov
|
ffa4cfe355
|
8209171: Simplify Java implementation of Integer/Long.numberOfTrailingZeros()
Co-authored-by: Martin Buchholz <martinrb@google.com>
Reviewed-by: martin
|
2018-08-23 12:09:46 -07:00 |
|
Ivan Gerasimov
|
acaf155de7
|
8209851: Algorithm name is compared via reference identity
Reviewed-by: mullan
|
2018-08-23 09:36:13 -07:00 |
|