Pavel Rappo
b870874d22
Merge
2019-06-19 12:17:22 +01:00
Pavel Rappo
d49e648148
8226303: Examine the HttpRequest.BodyPublishers for exception handling
...
Reviewed-by: chegar
2019-06-18 14:12:06 +01:00
Jesper Wilhelmsson
dc82364e05
Merge
2019-06-18 22:48:27 +02:00
Chris Hegarty
d577d9c678
8226319: Add forgotten test/jdk/java/net/httpclient/BodySubscribersTest.java
...
Reviewed-by: dfuchs, prappo
2019-06-18 18:38:53 +01:00
Daniel Fuchs
5b21004fe0
8225578: Replace wildcard address with loopback or local host in tests - part 16
...
Fixes java/net/Authenticator and java/net/CookieHandler to stop depending on the wildcard address, wherever possible.
Reviewed-by: chegar
2019-06-17 20:03:34 +01:00
Jaikiran Pai
a92f0016f3
8217705: HttpClient - wrong exception type when bad status line is received
...
Throw a ProtocolException if the status code in the HTTP response's status line isn't a 3-digit integer
Reviewed-by: dfuchs
2019-06-14 10:19:04 +05:30
Tagir F. Valeev
822c02437a
8225339: Optimize HashMap.keySet()/HashMap.values()/HashSet toArray() methods
...
Reviewed-by: rriggs, redestad, smarks
2019-06-14 05:02:58 +00:00
Joe Darcy
aeedfd44b0
8164819: Make javac's toString() on annotation objects consistent with core reflection
...
Reviewed-by: jjg, coleenp
2019-06-13 11:50:45 -07:00
Daniil Titov
c7df05efea
8225543: Jcmd fails to attach to the Java process on Linux using the main class name if whitespace options were used to launch the process
...
Reviewed-by: sspitsyn, dholmes
2019-06-13 11:21:50 -07:00
Weijun Wang
c12cf04011
8225392: Comparison builds are failing due to cacerts file
...
Reviewed-by: erikj, martin, mullan
2019-06-15 14:39:04 +08:00
Xue-Lei Andrew Fan
a4277e56c8
8224829: AsyncSSLSocketClose.java has timing issue
...
Reviewed-by: jnimeh, dfuchs
2019-06-14 12:19:14 -07:00
Sean Mullan
b2893466aa
8225730: Add sun/security/pkcs11/tls/tls12/FipsModeTLS12.java to ProblemList for linux
...
Reviewed-by: xuelei
2019-06-13 17:49:49 -04:00
Igor Ignatyev
545e81413e
8225746: hotspot problem lists list unexciting tests
...
Reviewed-by: kvn
2019-06-13 13:42:41 -07:00
Daniil Titov
7cff3750d9
8225543: Jcmd fails to attach to the Java process on Linux using the main class name if whitespace options were used to launch the process
...
Reviewed-by: sspitsyn, dholmes
2019-06-13 11:21:50 -07:00
Sean Mullan
a5090ae779
Merge
2019-06-13 13:04:33 -04:00
Sean Mullan
5881889732
8225730: Add sun/security/pkcs11/tls/tls12/FipsModeTLS12.java to ProblemList for linux
...
Reviewed-by: xuelei
2019-06-13 13:03:15 -04:00
Weijun Wang
977870ccea
8225180: SignedObject with invalid Key not throwing the InvalidKeyException in Windows
...
Reviewed-by: mullan
2019-06-13 23:53:21 +08:00
Erik Gahlin
b4b823c4ae
8220657: JFR.dump does not work when filename is set
...
Reviewed-by: ysuenaga
2019-06-13 12:27:29 +02:00
Michael McMahon
247a6a2ce4
8216417: cleanup of IPv6 scope-id handling
...
Reviewed-by: alanb, chegar, dfuchs
2019-06-13 09:10:51 +01:00
Prasanta Sadhukhan
53ea90ebf6
Merge
2019-06-13 11:31:36 +05:30
Bradford Wetmore
118fd65d44
8171279: Support X25519 and X448 in TLS
...
Reviewed-by: xuelei, mullan
2019-06-12 18:58:00 -07:00
Prasanta Sadhukhan
93ed663cf0
Merge
2019-06-12 10:02:49 +05:30
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
Sergey Bylokhov
09efbc41ee
8225144: [macos] In Aqua L&F backspace key does not delete when Shift is pressed
...
Reviewed-by: psadhukhan
2019-06-11 10:15:30 -07:00
Daniel Fuchs
b99e9165f1
8225512: Replace wildcard address with loopback or local host in tests - part 15
...
Updates httpserver tests to use the loopback instead of the wildcard wherever possible.
Reviewed-by: michaelm
2019-06-11 15:46:26 +01:00
Prasanta Sadhukhan
7fc422dd93
8225511: javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedTranslucentPerPixelTranslucentGradient.java fails in linux-x64
...
Reviewed-by: serb, prr
2019-06-11 11:01:22 +05:30
Daniel Fuchs
96bb069a2d
8224865: Replace wildcard address with loopback or local host in tests - part 13
...
Fixes intermittent failures observed in some network tests
Reviewed-by: chegar
2019-06-10 11:17:57 +01:00
Stuart Marks
6758853b54
8205131: remove Runtime trace methods
...
Reviewed-by: lancea, rriggs, iklam
2019-06-10 17:33:11 -07:00
Philipp Kunz
6d3f5f851e
8221719: Jarsigner fails to verify signed by alias if alias given in wrong case
...
Reviewed-by: weijun
2019-06-10 20:38:15 +08:00
Sergey Bylokhov
4a53af6cbc
8222083: Support of "64-bit IEEE floating point" encoding for the AU file format
...
Reviewed-by: prr
2019-06-09 14:12:18 -07:00
Phil Race
845bf8c1bc
Merge
2019-06-07 09:38:40 -07:00
Anton Tarasov
eb555dec77
8225118: Robot.createScreenCapture() returns black image on HiDPI linux with gtk3
...
Reviewed-by: serb
2019-06-06 15:46:36 +03:00
Chris Hegarty
2edcc74725
8225424: Add jdk.net.usePlainSocketImpl runs to a couple of tests
...
Reviewed-by: alanb
2019-06-07 11:47:49 +01:00
Igor Ignatyev
51b861c303
8225469: clean up problem lists
...
Reviewed-by: kvn
2019-06-06 23:06:47 -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
Brian Burkhalter
185be26580
8224617: (fs) java/nio/file/FileStore/Basic.java found filesystem twice
...
Reviewed-by: alanb
2019-06-06 14:13:59 -07:00
Prasanta Sadhukhan
427e1e28b1
8224876: javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedPerPixelTranslucentGradient.java fails on linux-x64
...
Reviewed-by: serb, jdv
2019-06-04 14:43:57 +05:30
Semyon Sadetsky
b5b24b904a
8196096: javax/swing/JPopupMenu/6580930/bug6580930.java fails
...
Reviewed-by: serb
2019-06-03 08:13:18 -07:00
Jayathirth D V
abe29730ed
8225105: java/awt/Focus/ShowFrameCheckForegroundTest/ShowFrameCheckForegroundTest.java fails in Windows 10
...
Reviewed-by: prr, serb
2019-06-03 11:56:48 +05:30
Prasanta Sadhukhan
4651ce7fc9
Merge
2019-06-03 11:06:24 +05:30
Toshio Nakamura
189e938d3a
8219901: Noto fonts for East Asian countries cannot belong to CompositeFont
...
Reviewed-by: prr, jdv
2019-06-02 16:59:41 -07:00
Lance Andersen
cb6e66a5ee
8212807: tools/jar/multiRelease/Basic.java times out
...
Reviewed-by: bchristi
2019-06-02 17:13:31 -04:00
Phil Race
10cac15976
8225007: java/awt/print/PrinterJob/LandscapeStackOverflow.java may hang
...
Reviewed-by: serb, jdv
2019-05-30 09:23:14 -07:00
Phil Race
a806ced291
8225020: Problem list some sanity test failures
...
Reviewed-by: psadhukhan, akolarkunnu
2019-05-30 09:16:43 -07:00
Prasanta Sadhukhan
d10495627b
8224824: ProblemList java/awt/Color/AlphaColorTest failure in linux_x64
...
Reviewed-by: serb
2019-05-30 10:45:51 +05:30
Prasanta Sadhukhan
72bef42c4a
8224821: java/awt/Focus/NoAutotransferToDisabledCompTest/NoAutotransferToDisabledCompTest.java fails linux-x64
...
Reviewed-by: jdv
2019-05-28 16:38:01 +05:30
Prasanta Sadhukhan
15acb9faf7
8224830: test/jdk/java/awt/Focus/ModalExcludedWindowClickTest/ModalExcludedWindowClickTest.java fails on linux-x64
...
Reviewed-by: jdv
2019-05-28 16:35:47 +05:30
Phil Race
d655301d49
8224778
: test/jdk/demo/jfc/J2Ddemo/J2DdemoTest.java cannot find J2Ddemo.jar
...
Reviewed-by: erikj, psadhukhan
2019-05-27 12:24:26 -07:00