Sergey Bylokhov
d05b24b3f4
8229896: Delete an unused code in the BufferedContext
...
Reviewed-by: prr, jdv
2019-09-13 17:35:12 -07:00
Laurent Bourgès
027fdb2d3b
8230728: Thin stroked shapes are not rendered if affine transform has flip bit
...
Use abs(at.getDeterminant()) in userSpaceLineWidth() to ensure positive value
Reviewed-by: prr, jdv
2019-09-10 21:20:51 +02:00
Prasanta Sadhukhan
bcff4990ad
Merge
2019-08-29 15:09:48 +05:30
Jaikiran Pai
1d67d474a5
8177648: getResponseCode() throws IllegalArgumentException caused by protocol error while following redirect
...
Reviewed-by: michaelm, chegar, dfuchs
2019-08-26 12:25:49 +01:00
Jamil Nimeh
d096e033d0
8225436: Stapled OCSPResponses should be added to PKIXRevocationChecker irrespective of revocationEnabled flag
...
Reviewed-by: mullan
2019-08-22 14:09:36 -07:00
Laurent Bourgès
383e7dfb30
8228711: Path rendered incorrectly when it goes outside the clipping region
...
Fixed closePath() to preserve last position and its outcode in Stroker and TransformingPathConsumer2D.PathClipFilter
Reviewed-by: prr, kcr
2019-08-07 10:25:50 +02:00
Mikael Vidstedt
f73a94a772
Merge
2019-07-23 11:17:59 -07:00
Ralf Schmelter
678b5df6c7
8227868: jinfo and jstack can fail converting UTF8 output to strings
...
Reviewed-by: sgehwolf, dholmes, cjplummer
2019-07-22 14:40:00 +02:00
Claes Redestad
1d8c827e12
8228394: Cleanup unused java.net SharedSecrets classes
...
Reviewed-by: alanb, chegar
2019-07-19 15:36:23 +02:00
Daniil Titov
3c6c2d8ca2
8221303: sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java fails due to java.rmi.server.ExportException: Port already in use
...
Reviewed-by: cjplummer, amenkov, sgehwolf
2019-07-18 12:29:57 -07:00
Xiaohong Gong
2c6a826899
8227615: [TESTBUG] JTReg "jdk/sun/security/util/FilePermCompat/CompatImpact.java" fails with graal
...
Reviewed-by: kvn
2019-07-17 10:11:05 +08:00
Mikael Vidstedt
cfcd0223a9
Merge
2019-07-12 02:50:43 -07:00
Frank Yuan
0518393598
8227422: sun/net/www/protocol/file/DirPermissionDenied.java failed on Windows 2016 because DirPermissionDenied directory has no read permission
...
Reviewed-by: dfuchs
2019-07-12 13:59:22 +08:00
Valerie Peng
175faeeadf
8225745: NoSuchAlgorithmException exception for SHA256withECDSA with RSASSA-PSS support
...
Fixed SignatureUtil and ECDSA signature impl to handle EC parameters
Reviewed-by: weijun
2019-07-11 20:11:47 +00:00
Ramanand Patil
7087f2eae2
8224560: (tz) Upgrade time-zone data to tzdata2019a
...
8225580: tzdata2018i integration causes test failures on jdk-13
Reviewed-by: andrew, naoto
2019-07-10 05:12:23 +01:00
Weijun Wang
32d0bae08d
8227059: sun/security/tools/keytool/DefaultSignatureAlgorithm.java timed out
...
Reviewed-by: xuelei
2019-07-10 09:43:35 +08:00
Naoto Sato
0f1ad36584
8227127: Era designator not displayed correctly using the COMPAT provider
...
Reviewed-by: rriggs
2019-07-09 08:05:38 -07:00
Fairoz Matte
9f4fd8c7ab
8225715: jhsdb jmap fails to write binary heap dump of a jshell process
...
Add a Null check for getSourceFileName() before writing into thread dump.
Reviewed-by: cjplummer, kevinw
2019-07-02 08:43:44 -07:00
Patrick Concannon
76785af549
8226756: Replace wildcard address with loopback or local host in tests - part 18
...
Reviewed-by: dfuchs
2019-07-10 16:09:20 +01:00
Mikael Vidstedt
e9d003926b
Merge
2019-07-10 07:27:58 -07:00
Ramanand Patil
475cf213d9
8224560: (tz) Upgrade time-zone data to tzdata2019a
...
8225580: tzdata2018i integration causes test failures on jdk-13
Reviewed-by: andrew, naoto
2019-07-10 05:12:23 +01:00
Mikael Vidstedt
ff3eeb4773
Merge
2019-07-09 16:37:30 -07:00
Mikael Vidstedt
15bde6d32d
Merge
2019-07-05 11:01:31 -07:00
Chris Hegarty
cbfcd9c72e
8225425: java.lang.UnsatisfiedLinkError: net.dll: Can't find dependent libraries
...
Reviewed-by: dfuchs, alanb, erikj
2019-08-19 14:28:43 +01:00
Daniel Fuchs
e81ee784d3
8229481: sun/net/www/protocol/https/ChunkedOutputStream.java failed with a SSLException
...
The test is updated to ignore plain text connections
Reviewed-by: chegar, michaelm
2019-08-16 15:01:58 +01:00
Weijun Wang
b84ffae32f
8229775: Incorrect warning when jar was signed with -sectionsonly
...
Reviewed-by: mullan
2019-08-16 08:42:09 +08:00
Daniel Fuchs
77d09f0f14
8229486: Replace wildcard address with loopback or local host in tests - part 21
...
Reviewed-by: chegar
2019-08-15 12:58:27 +01:00
Xue-Lei Andrew Fan
316140ff92
8226374: Restrict TLS signature schemes and named groups
...
Reviewed-by: mullan
2019-08-12 21:36:29 -07:00
Michael McMahon
438c7a5dba
8185898: setRequestProperty(key, null) results in HTTP header without colon in request
...
Reviewed-by: chegar, dfuchs
2019-08-12 11:24:53 +01:00
Matthias Baesken
57dac13ec5
8228658: test GetTotalSafepointTime.java fails on fast Linux machines with Total safepoint time 0 ms
...
Reviewed-by: dholmes, jcbeyler
2019-08-01 08:59:31 +02:00
Mikael Vidstedt
895db11053
Merge
2019-07-29 09:59:04 -07:00
John Jiang
804e840856
8228403: SignTwice.java failed with java.io.FileNotFoundException: File name too long
...
Reviewed-by: mullan
2019-07-27 10:02:35 +08:00
Ralf Schmelter
5bbe479ade
8228589: BasicJStackTest.java and JcmdOutputEncodingTest.java failing after JDK-8227868
...
Reviewed-by: cjplummer, sgehwolf
2019-07-26 10:52:47 +02:00
Sean Coffey
bb3d5aed04
8228645: Don't run sun/security/pkcs11/Cipher/TestKATForGCM.java on buggy NSS solaris versions
...
Reviewed-by: valeriep
2019-07-29 08:17:26 +00:00
Naoto Sato
c1a479ad67
8212970: TZ database in "vanguard" format support
...
Reviewed-by: rriggs, joehw, erikj, scolebourne
2019-07-26 08:56:28 -07:00
Weijun Wang
78c7364c17
8228341: SignTwice.java fails intermittently on Windows
...
Reviewed-by: mullan
2019-07-24 10:09:30 +08:00
Weijun Wang
9c12b7f41d
8227595: keytool/fakegen/DefaultSignatureAlgorithm.java fails due to "exitValue = 6"
...
Reviewed-by: mullan
2019-07-24 10:09:22 +08:00
Philipp Kunz
b6d1b1e085
8217375: jarsigner breaks old signature with long lines in manifest
...
Reviewed-by: jjiang, weijun
2019-07-18 08:53:06 +08:00
Martin Balao
3cd50f2666
8227437: S4U2proxy cannot continue because server's TGT cannot be found
...
Reviewed-by: weijun
2019-07-17 12:26:56 -03:00
Anthony Scarpino
200254b479
8226338: Updates to Stateless Resumption
...
Reviewed-by: xuelei, jnimeh
2019-07-17 14:37:50 -07:00
Jesper Wilhelmsson
37599ff955
Merge
2019-06-29 05:26:55 +02:00
Valerie Peng
1e0c8e5b26
8226651: Setting the mgfHash in CK_RSA_PKCS_PSS_PARAMS has no effect
...
Fixed to get the MGF digest algorithm from MGF1ParameterSpec
Reviewed-by: xuelei
2019-06-28 19:36:32 +00:00
Naoto Sato
bb9049d3c1
8226876: Assertion in sun/util/locale/provider/CalendarDataUtility on Windows after JDK-8218960
...
Reviewed-by: clanger
2019-06-28 08:48:17 -07:00
Daniel Fuchs
2ad9f11d77
8226514: Replace wildcard address with loopback or local host in tests - part 14
...
Improve test stabilty by getting rid of the wildcard address whenever possible.
Reviewed-by: chegar, vtewari
2019-06-28 15:58:10 +01:00
Julia Boes
c45f932cc5
8226825: Replace wildcard address with loopback or local host in tests - part 19
...
Replace use of wildcard by the loopback address, or possibly the local host address, wherever possible, to improve test stability.
Reviewed-by: chegar, bpb
2019-06-27 16:12:39 +01:00
John Jiang
df6fbdb2af
8224650: Add tests to support X25519 and X448 in TLS
...
Reviewed-by: xuelei
2019-06-28 05:29:54 +08:00
Weijun Wang
a2b3db108a
8225257: sun/security/tools/keytool/PSS.java timed out
...
Reviewed-by: valeriep
2019-06-21 23:44:58 +08:00
Xue-Lei Andrew Fan
dbf62785ef
8225766: Curve in certificate should not affect signature scheme when using TLSv1.3
...
Reviewed-by: ascarpino
2019-06-19 21:49:33 -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