Sean Coffey
|
7b8898d03c
|
8213942: URLStreamHandler initialization race
Reviewed-by: alanb, chegar, prappo
|
2018-11-21 15:09:27 +00:00 |
|
Rachna Goel
|
f8518a2c05
|
8209923: Unicode 11.0.0
Updated JDK to support Unicode 11.0.0.
Reviewed-by: naoto
|
2018-11-21 14:24:31 +05:30 |
|
Claes Redestad
|
4b45441ae9
|
8213033: Archive remaining primitive box caches
Reviewed-by: jiangli, alanb
|
2018-11-20 21:12:46 +01:00 |
|
Sean Coffey
|
73ad9c4a00
|
8148188: Enhance the security libraries to record events of interest
Reviewed-by: egahlin, mullan, weijun, xuelei
|
2018-11-20 13:12:48 +00:00 |
|
Priya Lakshmi Muthuswamy
|
470aaffd13
|
8213920: Use {@systemProperty} tag for properties listed in System.getProperties
Reviewed-by: mchung, alanb
|
2018-11-20 10:07:42 +05:30 |
|
Sean Coffey
|
63b433923c
|
8210838: Override javax.crypto.Cipher.toString()
Reviewed-by: mullan, weijun
|
2018-11-19 09:56:42 +00:00 |
|
Weijun Wang
|
c20332c412
|
8212003: Deprecating the default keytool -keyalg option
Reviewed-by: mullan, xuelei
|
2018-11-17 18:11:23 +08:00 |
|
Matthias Baesken
|
e552242db6
|
8211106: [windows] Update OS detection code to recognize Windows Server 2019
Reviewed-by: alanb, clanger, bobv
|
2018-10-02 13:48:08 +02:00 |
|
Michael McMahon
|
1b34ea35c9
|
8213616: URLPermission with query or fragment behaves incorrectly
Reviewed-by: chegar, dfuchs
|
2018-11-15 11:26:46 +00:00 |
|
Naoto Sato
|
98db2d5580
|
8213818: @return has already been specified
Reviewed-by: rriggs
|
2018-11-14 11:42:40 -08:00 |
|
Michael McMahon
|
028f2e14b3
|
8213189: Make restricted headers in HTTP Client configurable and remove Date by default
Reviewed-by: dfuchs
|
2018-11-14 14:23:21 +00:00 |
|
Vicente Romero
|
61082e6b25
|
8213480: update internal ASM version to 7.0
Reviewed-by: dholmes, iignatyev, alanb
|
2018-11-13 23:33:17 -05:00 |
|
Jamil Nimeh
|
acd81b508e
|
8212885: TLS 1.3 resumed session does not retain peer certificate chain
Reviewed-by: xuelei, wetmore
|
2018-11-13 18:22:52 -08:00 |
|
Weijun Wang
|
65dc116bf6
|
8213400: Support choosing group name in keytool keypair generation
Reviewed-by: apetcher, xuelei
|
2018-11-14 08:46:25 +08:00 |
|
Jonathan Gibbons
|
761710ffab
|
8213820: unknown tag: @returns
Reviewed-by: darcy
|
2018-11-13 16:17:24 -08:00 |
|
Pavel Rappo
|
8c361a3e74
|
8213490: Networking area typos and inconsistencies cleanup
Reviewed-by: alanb, chegar, dfuchs
|
2018-11-13 12:24:34 +00:00 |
|
Claes Redestad
|
8a64d3bc3c
|
8213741: Consolidate Object and String Stringifiers
Reviewed-by: shade
|
2018-11-13 11:34:54 +01:00 |
|
Pavel Rappo
|
cea9c21479
|
8210493: Bind to node- or linklocal ipv6 multicast address fails
Reviewed-by: alanb, chegar
|
2018-11-12 12:55:36 +00:00 |
|
Claes Redestad
|
eda5f09014
|
8213478: Reduce rebinds when applying repeated filters and conversions
Reviewed-by: vlivanov, jrose
|
2018-11-11 21:24:46 +01:00 |
|
Ivan Gerasimov
|
9076a94dd4
|
8213383: Wrap up pthread_cond_wait into a loop to workaround potential spurious wakeups
Reviewed-by: dlong, sspitsyn, dholmes, rriggs
|
2018-11-09 16:21:28 -08:00 |
|
Roger Riggs
|
29e742273e
|
8185496 : Improve performance of system properties initialization in initPhase1
8213424: VersionProps duplicate and skipped initialization
Reviewed-by: mchung, redestad, dholmes
|
2018-11-09 13:28:16 -05:00 |
|
Xue-Lei Andrew Fan
|
3e9941ea2b
|
8212261: Add SSLSession accessors to HttpsURLConnection and SecureCacheResponse
Reviewed-by: mullan, chegar
|
2018-11-09 08:24:38 -08:00 |
|
Joe Wang
|
a567796533
|
8202285: (fs) Add a method to Files for comparing file contents
Reviewed-by: alanb, rriggs, smarks, bpb, dfuchs, weijun, igerasim
|
2018-11-08 09:50:54 -08:00 |
|
Chris Hegarty
|
4187dff26a
|
8213418: Socket/ServerSocket supportedOptions does not work with custom SocketImpl
Reviewed-by: alanb, dfuchs
|
2018-11-08 16:16:57 +00:00 |
|
Joe Darcy
|
8872adab41
|
8213444: Missing emphasis for term being defined
Reviewed-by: mchung, jjg
|
2018-11-07 09:58:21 -08:00 |
|
Matthias Baesken
|
968f65c036
|
8213366: (fs) avoid handle leak in Java_sun_nio_fs_WindowsNativeDispatcher_FindFirstFile0
Reviewed-by: alanb, chegar
|
2018-11-07 09:13:37 +01:00 |
|
Dean Long
|
a9ae141836
|
8212605: Pure-Java implementation of AccessController.doPrivileged
Reviewed-by: dholmes, mullan, vlivanov, mchung, alanb, rriggs
|
2018-11-06 16:04:50 -08:00 |
|
Valerie Peng
|
c8c41d1444
|
8211049: Second parameter of "initialize" method is not used
Use the specified random object instead of system default
Reviewed-by: weijun
|
2018-11-07 01:04:26 +00:00 |
|
Anthony Scarpino
|
f7fc720c9c
|
8211339: NPE during SSL handshake caused by HostnameChecker
Reviewed-by: xuelei
|
2018-11-06 10:10:18 -08:00 |
|
Mandy Chung
|
9ffe7e1205
|
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
Reviewed-by: alanb, dfuchs, kvn
|
2018-11-06 10:01:16 -08:00 |
|
Jiangli Zhou
|
80ad2c7e71
|
8212995: Placing the Integer.IntegerCache and cached Integer objects in the closed archive heap region
Support shareable archive object subgraphs in closed archive heap regions.
Reviewed-by: iklam, ccheung
|
2018-11-03 15:40:19 -04:00 |
|
Joe Darcy
|
7a350b9474
|
6304578: (reflect) toGenericString fails to print bounds of type variables on generic methods
Reviewed-by: vromero, plevart, briangoetz, mcimadamore
|
2018-11-01 20:37:45 -07:00 |
|
Naoto Sato
|
0eda8a33bb
|
8213046: Define Japanese new Era character
Reviewed-by: lancea, rriggs
|
2018-11-01 14:07:59 -07:00 |
|
Sean Mullan
|
30745fe1a8
|
8212669: Add note to Cipher javadoc about using full transformation and not relying on defaults
Reviewed-by: xuelei
|
2018-11-01 16:53:54 -04:00 |
|
Ramanand Patil
|
3eef9c7997
|
8213085: (tz) Upgrade time-zone data to tzdata2018g
Reviewed-by: martin, naoto
|
2018-11-01 12:43:21 -04:00 |
|
Brian Burkhalter
|
cb73851579
|
8213210: Change ServerSocket(SocketImpl impl) constructor to protected access
Reviewed-by: alanb, chegar
|
2018-11-01 09:34:59 -07:00 |
|
David M Lloyd
|
f853aebd9b
|
8212828: (process) Provide a way for Runtime.exec to use posix_spawn on linux
Reviewed-by: alanb, rriggs
|
2018-10-18 15:56:37 -05:00 |
|
Volker Simonis
|
28362bdd93
|
8213151: [AIX] Some class library files are missing the Classpath exception
Reviewed-by: stuefe, rriggs, mbaesken
|
2018-10-31 16:02:43 +01:00 |
|
Xue-Lei Andrew Fan
|
413d5e8c61
|
8212738: Incorrectly named signature scheme ecdsa_secp512r1_sha512
Reviewed-by: ascarpino
|
2018-10-30 19:47:16 -07:00 |
|
Erik Gahlin
|
ba18b569ef
|
8203629: Produce events in the JDK without a dependency on jdk.jfr
Reviewed-by: mgronlun
|
2018-10-31 02:10:21 +01:00 |
|
Adam Petcher
|
0aa4581229
|
8205476: KeyAgreement#generateSecret is not reset for ECDH based algorithm
Clarify spec of generateSecret and modify ECDH in SunEC to conform to spec
Reviewed-by: mullan
|
2018-10-30 13:48:19 -04:00 |
|
Naoto Sato
|
02d6d9c259
|
8212941: Loosen the range of JapaneseEra
Reviewed-by: rriggs
|
2018-10-30 10:32:54 -07:00 |
|
Thomas Stuefe
|
d153c9c259
|
8213017: jspawnhelper: need to handle pipe write failure when sending return code
Reviewed-by: alanb
|
2018-10-26 16:49:18 +02:00 |
|
Claes Redestad
|
91a2c2e340
|
8213035: Pack MethodHandleInlineStrategy coder and length into a long
Reviewed-by: vlivanov, mchung
|
2018-10-30 09:34:50 +01:00 |
|
Joe Darcy
|
7e19a09742
|
8212081: AnnotatedType.toString implementation don't print annotations on embedded types
Reviewed-by: jfranck, wmdietl
|
2018-10-29 11:31:25 -07:00 |
|
Jim Laskey
|
7a9db013b7
|
8212694: Using Raw String Literals with align() and Integer.MIN_VALUE causes out of memory error
Reviewed-by: smarks, sherman
|
2018-10-29 12:31:49 -03:00 |
|
Jonathan Gibbons
|
d797264488
|
8213056: Nested anchor tags in java.lang.module
Reviewed-by: darcy
|
2018-10-26 15:13:12 -07:00 |
|
Mandy Chung
|
890a8b7705
|
8213043: Add internal Unsafe xxxObject methods as jsr166 is broken
Reviewed-by: alanb
|
2018-10-26 13:59:02 -07:00 |
|
Lance Andersen
|
a655e6b52b
|
8212129: Remove finalize methods from java.util.zip.ZipFIle/Inflator/Deflator
Reviewed-by: rriggs, sherman, alanb, clanger
|
2018-10-26 14:02:31 -04:00 |
|
Weijun Wang
|
8dbea74827
|
8212867: Link to DRBG test vectors is redirected to a broken link
Reviewed-by: mullan
|
2018-10-26 11:11:13 +08:00 |
|