Joe Darcy
78f3c596a3
8225675: Outdated citation of JLS in java.lang.ref.Reference
...
Reviewed-by: lancea, jjg, mchung
2019-06-12 14:14:39 -07:00
Chris Hegarty
5b9c330db8
8225651: Missed the @
in a couple of code tags of SocketImpl
...
Reviewed-by: alanb, dfuchs
2019-06-12 16:10:39 +01:00
Joe Darcy
d3dd56d3b2
7086604: (reflect) Clarifications to javadoc for getGeneric*Type methods in j.l.r
...
Reviewed-by: lancea, abuckley
2019-06-11 17:20:51 -07:00
Joe Darcy
4750064828
8214546: Start of release updates for JDK 14
...
8214547: Add SourceVersion.RELEASE_14
8214548: Add source 14 and target 14 to javac
8214549: Bump maximum recognized class file version to 58 for JDK 14
Reviewed-by: jjg, mikael, erikj, jlahoda, dholmes
2019-06-11 16:45:20 -07:00
Anthony Scarpino
94e1d7530f
8211018: Session Resumption without Server-Side State
...
Reviewed-by: xuelei, jnimeh, jjiang
2019-06-11 16:31:37 -07:00
Valerie Peng
8813b93095
8080462: Update SunPKCS11 provider with PKCS11 v2.40 support
...
Added support for GCM, PSS, and other mechanisms
Reviewed-by: jnimeh
2019-06-11 21:30:28 +00:00
Lance Andersen
9115f920d2
8225189: Multiple JNI calls within critical region in ZIP Library
...
Reviewed-by: alanb
2019-06-11 13:04:36 -04:00
David Holmes
67906954ea
8227055: Minor edits to launcher help text
...
Reviewed-by: mchung
2019-07-03 23:34:20 +00:00
Chris Hegarty
b6696bad84
8225426: Replace plain with system-default in Socket and ServerSocket
...
Reviewed-by: alanb, dfuchs
2019-06-11 09:21:34 +01:00
Stuart Marks
6758853b54
8205131: remove Runtime trace methods
...
Reviewed-by: lancea, rriggs, iklam
2019-06-10 17:33:11 -07:00
Jamil Nimeh
86be0cd272
8222678: Improve TLS negotiation
...
Reviewed-by: mullan, rhalade, mschoene
2019-05-02 17:43:26 -07:00
Weijun Wang
cd020a13c9
8222751: closed/test/jdk/sun/security/util/DerIndefLenConverter/IndefBerPkcs12.java fail
...
Reviewed-by: jnimeh, ascarpino, ssahoo, skoivu
2019-04-23 08:34:51 +08:00
Xue-Lei Andrew Fan
bac946663d
8218873: Improve JSSE endpoint checking
...
Reviewed-by: mullan, ahgross, rhalade
2019-04-11 17:58:18 -07:00
Daniel Fuchs
c9da623b6f
8221518: Normalize normalization
...
Reviewed-by: chegar, igerasim, ahgross, rhalade
2019-04-10 15:49:24 +01:00
Jamil Nimeh
657f017400
8221345: Better Poly1305 support
...
Reviewed-by: apetcher, mschoene, rhalade
2019-04-03 13:35:11 -07:00
Joe Darcy
12802b7e8d
8212328: Exceptional throw cases
...
Reviewed-by: smarks, rriggs, igerasim, ahgross, skoivu
2019-03-28 14:18:57 -07:00
Jamil Nimeh
9785630af6
8219775: Certificate validation improvements
...
Reviewed-by: ascarpino, ssahoo, skoivu
2019-03-07 22:19:12 -08:00
Xue-Lei Andrew Fan
e06d193456
8218863: Better endpoint checks
...
Reviewed-by: ahgross, jnimeh, mullan, rhalade
2019-02-27 13:58:04 -08:00
Joe Darcy
c569ad302a
8042748: Clarify exception thrown by ParameterizedTypeImpl.validateConstructorArguments()
...
Reviewed-by: lancea
2019-06-09 15:48:57 -07:00
Joe Darcy
de1584263d
8181869: getAnnotatedParameterTypes%G%@() specification should be clarified
...
Reviewed-by: lancea
2019-06-09 15:21:43 -07:00
Jim Laskey
189345db4a
8225448: String::translateEscapes javadoc has accessibility issues
...
Reviewed-by: jjg
2019-06-07 08:47:28 -03:00
Chris Hegarty
752cefa3f2
8216988: ServerSocket.implAccept should include warnings about Socket type/state
...
Reviewed-by: alanb
2019-06-07 11:51:27 +01:00
Joe Darcy
a073e354ce
8225465: Add @jls tags to receiver type methods
...
Reviewed-by: lancea, jjg
2019-06-06 17:48:06 -07:00
Ivan Gerasimov
4a3b3d365e
8225397: Integer value miscalculation in toString() method of BitSet
...
Reviewed-by: aph
2019-06-06 17:20:19 -07:00
Mark Reinhold
332d079057
8197927: Allow the system property java.vendor.version
to be undefined
...
Reviewed-by: lancea, mchung, clanger
2019-06-06 10:01:36 -07:00
Jim Laskey
9c6c6eae1d
8203444: String::formatted (Preview)
...
Reviewed-by: smarks, rriggs, sherman
2019-06-06 12:24:44 -03:00
Jim Laskey
fead01f2c9
8223780: String::translateEscapes (Preview)
...
Reviewed-by: abuckley, vromero, jlahoda, bchristi, igerasim, smarks
2019-06-06 12:24:44 -03:00
Jim Laskey
0777a86d68
8223775: String::stripIndent (Preview)
...
Reviewed-by: abuckley, vromero, jlahoda, bchristi, rriggs, smarks
2019-06-06 12:24:44 -03:00
Brian Burkhalter
618afc3fa2
8219992: Correct the documentation of PrintWriter to refer System.lineSeparator
...
Reviewed-by: darcy, lancea, rriggs
2019-06-06 08:11:25 -07:00
Martin Balao
5aae9ef0db
8215032: Support Kerberos cross-realm referrals (RFC 6806)
...
Reviewed-by: weijun
2019-06-05 01:42:11 -03:00
Joe Darcy
c31f5bfa4a
8225353: Add @jls links to java.lang.Enum
...
Reviewed-by: lancea, jjg
2019-06-05 10:49:09 -07:00
Mandy Chung
857b2e6271
8221368: Error message when module main class cannot be loaded is missing exception details
...
Reviewed-by: alanb, sundar
2019-06-05 07:49:20 -07:00
Roger Riggs
ab88704c67
8220238: Enhancing j.l.Runtime/System::gc specification with an explicit 'no guarantee' statement
...
Reviewed-by: shade, dholmes, mchung, plevart
2019-06-05 10:21:02 -04:00
Chris Hegarty
cc353da44d
8225037: java.net.JarURLConnection::getJarEntry() throws NullPointerException
...
Reviewed-by: coffeys, vtewari
2019-06-05 13:59:44 +01:00
Chris Hegarty
9fbdec42c4
8225214: Socket.getOption(SocketOption) not returning the expected type for the StandardSocketOptions.SO_LINGER
...
Reviewed-by: alanb
2019-06-05 12:02:01 +01:00
Claes Redestad
27d8c3f7b4
8224240: Properties.load fails to throw IAE on malformed unicode in certain circumstances
...
Reviewed-by: smarks, rriggs, dfuchs
2019-06-05 10:23:06 +02:00
Claes Redestad
a2f40ec3e1
8225179: (regex) Minor Pattern cleanup
...
Reviewed-by: igerasim
2019-06-05 10:07:22 +02:00
Weijun Wang
64b04922c4
8193255: Root Certificates should be stored in text format and assembled at build time
...
Reviewed-by: clanger, erikj, mullan
2019-06-05 09:58:05 +08:00
Ivan Gerasimov
90e6c1cc36
8225198: Optimize regex tree for greedy quantifiers of type {N,}
...
Reviewed-by: redestad, bchristi
2019-06-04 18:55:53 -07:00
Jonathan Gibbons
077ecbf2b2
8225314: broken links in java.base
...
Reviewed-by: darcy
2019-06-04 15:42:16 -07:00
Andrey Turbanov
9eda28e6ea
6394787: Typos in javadoc of OIS.readObjectOverride and OOS.writeObjectOverride
...
Reviewed-by: alanb, chegar
2019-06-04 15:52:26 +01:00
Prasanta Sadhukhan
4651ce7fc9
Merge
2019-06-03 11:06:24 +05:30
Claes Redestad
1813ce706a
8225061: Performance regression in Regex
...
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Reviewed-by: naoto, alanb
2019-06-01 03:18:23 +02:00
Jonathan Gibbons
d2ad9dabdf
8225134: Update man-page files
...
Reviewed-by: erikj, mchung
2019-05-31 17:27:28 -07:00
Phil Race
312d66471a
8223271: SplashScreen is still shown if defaulting to headless on MacOS
...
Reviewed-by: bpb, serb, kcr
2019-05-30 11:52:23 -07:00
Naoto Sato
8dfd33c2b4
8223773: DateTimeFormatter Fails to throw an Exception on Invalid CLOCK_HOUR_OF_AMPM and HOUR_OF_AMPM
...
Reviewed-by: lancea, scolebourne, rriggs
2019-05-31 13:49:35 -07:00
Chris Hegarty
53b022d9eb
8224973: URLStreamHandler.openConnection(URL,Proxy) - spec and implementation mismatch
...
Reviewed-by: alanb, dfuchs
2019-05-31 15:02:45 +01:00
Claes Redestad
fd7c38aa35
8224986: (str) optimize StringBuilder.append(CharSequence, int, int) for String arguments
...
Reviewed-by: jlaskey, rriggs
2019-05-31 12:20:21 +02:00
Athijegannathan Sundararajan
90fb4990ed
8224946: jrtfs URI to Path and Path to URI conversions are wrong
...
Reviewed-by: alanb
2019-05-30 17:30:33 +05:30
Chris Hegarty
3ab3ffd29f
8224730: java.net.ServerSocket::toString not invoking checkConnect
...
Reviewed-by: alanb
2019-05-30 12:36:04 +01:00