David Holmes
ded4f6b5cf
8222518: Remove unnecessary caching of Parker object in java.lang.Thread
...
Reviewed-by: dcubed, rehn
2019-04-26 00:57:03 -04:00
Arthur Eubanks
0465104af6
8222562: Don't set IPV6_V6ONLY when IPv4 is not available
...
Reviewed-by: dfuchs, chegar
2019-04-16 13:16:49 -07:00
Alan Bateman
2998236d83
8222774: (ch) Replace uses of stateLock and blockingLock with j.u.c. locks
...
Reviewed-by: dfuchs, bpb, martin
2019-04-25 10:41:49 +01:00
Claes Redestad
5b2d4559b1
8215017: Improve String::equals warmup characteristics
...
Reviewed-by: jlaskey
2019-04-11 14:56:52 +02:00
Lois Foltan
4f2478e234
8222502: Replace 19,20 case alternatives with JVM_CONSTANT_Module/Package names
...
Add JVM_CONSTANT_Module and JVM_CONSTANT_Package to classfile_constants.h
Reviewed-by: coleenp, hseigel
2019-04-23 07:05:38 -04:00
Sean Mullan
44b9ab02fe
8216381: More limited privilege usage
...
Reviewed-by: ahgross, coffeys, rhalade
2019-02-07 08:47:10 -05:00
Stuart Marks
12efd2fa4f
8213432: Better copies of CopiesList
...
Reviewed-by: rriggs, skoivu, ahgross, robm, rhalade, jeff
2019-01-23 14:45:54 -08:00
Brian Burkhalter
724120457a
8211936: Better String parsing
...
Co-authored-by: Joe Darcy <joe.darcy@oracle.com>
Co-authored-by: Paul Hohensee <hohensee@amazon.com>
Reviewed-by: bpb, darcy
2019-01-22 09:45:30 -08:00
Xue-Lei Andrew Fan
28adfb6d0d
8218889: Improperly use of the Optional API
...
Reviewed-by: jnimeh, wetmore
2019-03-22 13:47:37 -07:00
Naoto Sato
dc3c9c8439
8220224: With CLDR provider, NumberFormat.format could not handle locale with number extension correctly
...
Reviewed-by: darcy
2019-03-22 09:31:36 -07:00
Brian Burkhalter
954c66afed
8078860: (spec) InputStream.read(byte[] b, int off, int len) claims to not affect element b[off]
...
Reviewed-by: lancea, darcy, rriggs
2019-03-22 08:18:26 -07:00
Alan Bateman
3a4d5db248
8221252: (sc) SocketChannel and its socket adaptor need to handle connection reset
...
Reviewed-by: bpb
2019-03-22 11:35:35 +00:00
Xue-Lei Andrew Fan
901e797c0c
8221270: Duplicated synchronized keywords in SSLSocketImpl
...
Reviewed-by: mullan
2019-03-21 13:32:08 -07:00
Brent Christian
bd4dd311fd
8211941: Enable checking/ignoring of non-conforming Class-Path entries
...
Reviewed-by: alanb, mchung
2019-03-21 11:58:00 -07:00
Jonathan Gibbons
2df0f4b4dd
8220249: fix headings in java.compiler
...
Reviewed-by: erikj, darcy
2019-03-20 15:35:26 -07:00
Chris Hegarty
42b8e78a7a
8153508: ContentHandler API contains link to private contentPathProp
...
Reviewed-by: dfuchs, vtewari
2019-03-20 08:33:33 +00:00
Chris Hegarty
5ee0711360
8220663: Incorrect handling of IPv6 addresses in Socket(Proxy.HTTP)
...
Reviewed-by: alanb, michaelm
2019-03-19 14:27:50 +00:00
Jamil Nimeh
de75770ce9
8218723: Use SunJCE Mac in SecretKeyFactory PBKDF2 implementation
...
Reviewed-by: apetcher
2019-03-18 15:26:59 -07:00
Chris Hegarty
8de73b3995
8220719: Allow other named NetPermissions to be used
...
Reviewed-by: mullan, alanb
2019-03-17 08:26:38 +00:00
Ivan Gerasimov
c07c8d3eea
8220684: Process.waitFor(long, TimeUnit) can return false for a process that exited within the timeout
...
Reviewed-by: prappo, dholmes, rriggs
2019-03-16 15:05:21 -07:00
Alan Bateman
8743be63c4
8220493: Prepare Socket/ServerSocket for alternative platform SocketImpl
...
Co-authored-by: Michael McMahon <michael.x.mcmahon@oracle.com>
Reviewed-by: chegar
2019-03-16 19:44:12 +00:00
Alan Bateman
c306e3f059
8220738: (sc) Move ServerSocketChannelImpl remaining native method to Net
...
Reviewed-by: bpb
2019-03-16 12:31:31 +00:00
Brian Burkhalter
7211761cab
8219876: (bf) Improve IndexOutOfBoundsException messages in $Type$Buffer classes
...
Reviewed-by: alanb, rriggs
2019-03-15 16:24:07 -07:00
Chris Hegarty
d79c644852
8179549: Typo in network properties documentation
...
Reviewed-by: clanger, coffeys
2019-03-15 14:50:57 +00:00
Brian Burkhalter
e9cb99cbe4
8220614: (bf) Buffer absolute slice methods should use Objects.checkFromIndexSize()
...
Reviewed-by: alanb, igerasim, rriggs
2019-03-14 09:43:18 -07:00
Chris Hegarty
b34264403a
8220598: Malformed copyright year range in a few files in java.base
...
Reviewed-by: dfuchs, lancea, rriggs, weijun
2019-03-14 09:10:56 +00:00
Daniel Fuchs
5f13ffec66
8219197: ThreadGroup.enumerate() may return wrong value
...
ThreadGroup.enumerate(list,n,recurse) should never return a value that is less than n.
Reviewed-by: clanger, chegar, prappo
2019-03-13 18:43:16 +00:00
Brian Burkhalter
a54066705f
8219597: (bf) Heap buffer state changes could provoke unexpected exceptions
...
Reviewed-by: alanb, rriggs
2019-03-13 11:12:22 -07:00
Arthur Eubanks
8c5313aa79
8220585: Incorrect code in MulticastSocket sample code
...
Sample code shows that String.length() can be passed to a DatagramPacket along with String.getBytes(), but is incorrect for non-ASCII Strings.
Reviewed-by: martin, chegar
2019-03-13 09:12:38 -07:00
Xue-Lei Andrew Fan
42cb9bf51a
8160247: Mark deprecated javax.security.cert APIs with forRemoval=true
...
Reviewed-by: weijun
2019-03-13 07:14:50 -07:00
Aleksei Efimov
d6304e88e6
8223892: Improved handling of jar files
...
Reviewed-by: dfuchs, chegar, michaelm, rhalade, ahgross
2019-06-25 00:07:47 +01:00
Chris Hegarty
8e2b10070e
8225298: Improve TLS connection support
...
Reviewed-by: dfuchs, igerasim, michaelm, rhalade, skoivu
2019-06-21 10:51:10 +01:00
Ivan Gerasimov
844e811d56
8222684: Better support for patterns
...
8223163: Better pattern recognition
Reviewed-by: ahgross, bchristi, jeff, rhalade, rriggs, smarks
2019-05-22 19:41:59 -07:00
Aleksei Efimov
12bf1b15ab
8213429: Windows file handling redux
...
Reviewed-by: alanb, dfuchs, weijun, bpb, rhalade, ahgross
2019-05-20 15:57:16 +01:00
Alan Bateman
e91c1ec7a6
8223326: Regression introduced by CPU sync: java.security.AccessControlException: access denied ("java.net.NetPermission" "setSocketImpl")
...
Reviewed-by: dfuchs, alanb
2019-05-03 19:42:28 +01:00
Weijun Wang
9eb755e85e
8209901: Canonical file handling
...
Reviewed-by: mullan, alanb, ahgross
2019-04-22 13:01:57 +08:00
Weijun Wang
cb06712f5a
8220302: Better Kerberos ccache handling
...
Reviewed-by: valeriep
2019-04-19 10:22:20 +08:00
Michael McMahon
e4553cb2fa
8217997: Better socket support
...
Reviewed-by: alanb, ahgross, chegar, igerasim
2019-03-25 17:15:27 +00:00
Roger Riggs
2f3fc244eb
8220237: ProcessBuilder API documentation typo
...
Reviewed-by: dfuchs
2019-03-12 12:48:03 -04:00
Chris Hegarty
0f97ac953b
8184315: Typo in java.net.JarURLConnection.getCertificates() method documentation
...
Reviewed-by: dfuchs
2019-03-12 09:22:40 +00:00
Joe Darcy
3a072e4e45
8220346: Refactor java.lang.Throwable to use Objects.requireNonNull
...
Reviewed-by: lancea, mchung, tvaleev, forax, martin, plevart
2019-03-11 11:23:09 -07:00
Rachna Goel
96d797d9d1
8220414: Correct copyright headers in Norm2AllModes.java and Normalizer2.java
...
Updated copyright headers
Reviewed-by: alanb
2019-03-11 17:34:23 +05:30
Aleksey Shipilev
5c0f32e4b7
8074817: Resolve disabled warnings for libverify
...
Reviewed-by: erikj, alanb
2019-03-11 12:39:51 +01:00
Nishit Jain
0b082fcc1d
8217254: CompactNumberFormat:: CompactNumberFormat() constructor does not comply with spec
...
8217721: CompactNumberFormat:: format() method spec for IAEx is not complaint
Reviewed-by: naoto
2019-03-11 14:22:23 +05:30
Anthony Scarpino
5250aaafdb
8220165: Encryption using GCM results in RuntimeException- input length out of bound
...
Reviewed-by: valeriep
2019-03-07 19:35:02 -08:00
Naoto Sato
473a26aebd
8218948: SimpleDateFormat :: format - Zone Names are not reflected correctly during run time
...
Reviewed-by: lancea, rgoel
2019-03-07 12:56:48 -08:00
Sean Mullan
939d40e1a8
8218618: Program fails when using JDK addressed by UNC path and using Security Manager
...
Reviewed-by: weijun
2019-03-07 14:29:43 -05:00
Ivan Gerasimov
0052dff370
8218228: The constructor StringBuffer(CharSequence) violates spec for negatively sized argument
...
Reviewed-by: rriggs, darcy
2019-03-01 12:47:30 -08:00
Xue-Lei Andrew Fan
4332a3dc56
8219990: Backout JDK-8219658
...
Reviewed-by: dfuchs
2019-03-01 09:42:04 -08:00
Xue-Lei Andrew Fan
25f0d60a58
8215430: Remove the internal package com.sun.net.ssl
...
Reviewed-by: chegar, mullan, wetmore
2019-03-01 08:35:14 -08:00