Mandy Chung
|
46f0fa8c20
|
8206240: java.lang.Class.newInstance() is causing caller to leak
Reviewed-by: alanb
|
2018-10-04 13:02:58 -07:00 |
|
Phil Race
|
d92c6042fe
|
Merge
|
2018-09-17 09:36:33 -07:00 |
|
Rachna Goel
|
36873c3c7b
|
8210490: TimeZone.getDisplayName given Locale.US doesn't always honor the Locale
Specified locale for formatting..
Reviewed-by: naoto
|
2018-09-17 14:16:31 +05:30 |
|
Phil Race
|
98221ae93f
|
8210766: Remove obsolete qualified export sun.net.www to java.desktop
Reviewed-by: mchung
|
2018-09-15 14:03:07 -07:00 |
|
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 |
|
Jonathan Gibbons
|
8edf8e2b03
|
8210275: Source Launcher should fail if --source is used without a source file
Reviewed-by: mchung, alanb, mcimadamore
|
2018-09-21 15:38:43 -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 |
|
Calvin Cheung
|
fcc414655b
|
8190737: use unicode version of the canonicalize() function to handle long path on windows
Also calling CreateFileW in zip_util.c to handle long path
Reviewed-by: sherman, iklam
|
2018-09-14 11:17:25 -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 |
|
Magnus Ihse Bursie
|
aa16ed8006
|
8210931: JLI and launchers normalization and cleanup
Reviewed-by: alanb, erikj
|
2018-09-20 21:05:00 +02: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 |
|
Magnus Ihse Bursie
|
fe67f09af3
|
8210924: Remove PACKAGE_PATH
Reviewed-by: tbell
|
2018-09-20 00:19:46 +02: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 |
|
Naoto Sato
|
009cd15a1b
|
8209167: Use CLDR's time zone mappings for Windows
Reviewed-by: erikj, rriggs, ihse
|
2018-09-13 13:41:17 -07:00 |
|
Magnus Ihse Bursie
|
c611ad6fb9
|
8210702: Remove dtrace mapfiles
Reviewed-by: erikj
|
2018-09-13 21:12:22 +02: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 |
|
Magnus Ihse Bursie
|
6b2d1c9834
|
8200609: Proper fix for mapfile removal for libjsig
Reviewed-by: erikj, dholmes
|
2018-09-10 09:58:23 +02:00 |
|
Xueming Shen
|
23ec584fda
|
8210345: The Japanese message of FileNotFoundException garbled
Reviewed-by: alanb
|
2018-09-07 10:17:49 -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 |
|
Rajan Halade
|
c201a7f8c9
|
8210432: Add additional TeliaSonera root certificate
Reviewed-by: mullan
|
2018-09-05 21:06:01 -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 |
|
Matthias Baesken
|
19ca9280a6
|
8211146: fix problematic elif-tests after recent gcc warning changes Werror=undef
Reviewed-by: stuefe, clanger, dholmes, chegar, alanb
|
2018-09-26 14:28:37 +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 |
|
Mandy Chung
|
73a6313038
|
8181443: Replace usages of jdk.internal.misc.Unsafe with MethodHandles.Lookup.defineClass
Reviewed-by: alanb, egahlin
|
2018-10-04 08:45:21 -07:00 |
|
Pallavi Sonal
|
f5d19b9109
|
8166138: DateTimeFormatter.ISO_INSTANT should handle offsets
Reviewed-by: rriggs, scolebourne, naoto
|
2018-10-04 17:25:51 +05:30 |
|
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 |
|
Magnus Ihse Bursie
|
8cc7ce2c18
|
6657100: Rename sparcWorks to solstudio in HotSpot
Reviewed-by: erikj, dcubed
|
2018-08-31 09:37:03 +02:00 |
|
Brian Burkhalter
|
67b2c6fc66
|
8207744: Clean up inconsistent use of opendir/closedir versus opendir64/closedir64
Reviewed-by: bsrbnd, mbaesken, bchristi, simonis
|
2018-08-30 12:39:26 -07:00 |
|
Matthias Baesken
|
149be4bad1
|
8210147: adjust some WSAGetLastError usages in windows network coding
Reviewed-by: clanger, stuefe
|
2018-08-29 10:11:51 +02: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 |
|