Laurent Bourgès
51be01d646
8200526: Test sun/java2d/marlin/ClipShapeTest.java times out
...
Increased timeout to 300s per test
Reviewed-by: jdv, prr, serb
2018-04-04 21:36:02 +02:00
Phil Race
31a8b6199c
Merge
2018-03-30 09:24:04 -07:00
Phil Race
a36963736b
Merge
2018-03-28 14:54:22 -07:00
Laurent Bourgès
385ad9e160
8198885: upgrade Marlin (java2d) to 0.9.1
...
Clipping implemented in Dasher (curve subdivision at clip edges) + higher quality(curve, subpixels) + new path simplifier
Reviewed-by: prr, serb
2018-03-27 22:09:43 +02:00
Jesper Wilhelmsson
aa69f8c75c
Merge
2018-03-24 01:08:35 +01:00
Weijun Wang
05b129ec25
8186228: sun/security/krb5/auto/KdcPolicy.java fails with "java.lang.Exception: Does not match. Output is c30000c30000c30000"
...
Reviewed-by: mullan
2018-03-22 08:09:51 +08:00
Jesper Wilhelmsson
1155614f99
Merge
2018-03-20 04:36:44 +01:00
Harsha Wardhana B
7cbffcf023
8196028: JMX: Not enough JDP packets received before timeout
...
Reviewed-by: dholmes, egahlin
2018-03-20 13:40:03 +05:30
Alexandre Iline
771a76dd9e
Merge
2018-03-16 03:17:12 -07:00
Alexandre Iline
88af1f11ee
8199616: Fix @module declarations in tier1 tests
...
Reviewed-by: mchung, alanb
2018-03-16 03:15:35 -07:00
Phil Race
ff223cc1ee
Merge
2018-03-08 10:18:28 -08:00
Sean Coffey
5b02a98b21
8199018: Test crypto provider not registering
...
Reviewed-by: wetmore
2018-03-06 10:31:14 +00:00
Phil Race
ea6bd4c0ec
Merge
2018-03-05 13:11:21 -08:00
Prahalad Kumar Narayanan
f3ae7d1bd9
8198613: Test cases result in failure or timeout when run with OpenGL backend
...
Reviewed-by: serb, jdv
2018-03-02 14:39:29 +05:30
Phil Race
d381c82162
Merge
2018-03-01 08:52:52 -08:00
Philipp Kunz
5db337db24
6372077: JarFile.getManifest() should handle manifest attribute name 70 bytes
...
Reviewed-by: alanb, sherman
2018-03-01 15:50:26 -05:00
Mandy Chung
3414903aba
8198253: ThreadInfo.from(CompositeData) incorrectly accepts CompositeData with missing JDK 6 attributes
...
Reviewed-by: dfuchs, jmanson
2018-02-28 17:11:57 -08:00
Sean Coffey
14c85c2934
8193892: Impact of noncloneable MessageDigest implementation
...
Reviewed-by: wetmore, valeriep, xuelei
2018-02-28 18:28:17 +00:00
Sergey Bylokhov
7cb9e5821e
8198333: ProblemList should be updated for headless mode
...
Reviewed-by: psadhukhan, prr
2018-02-21 12:49:00 -08:00
Yasumasa Suenaga
fcb1520305
8153333: [REDO] STW phases at Concurrent GC should count in PerfCounte
...
Reviewed-by: sjohanss, tschatzl
2018-03-09 23:13:37 +09:00
Claes Redestad
abb7e3a52a
8197849: Misc improvements to jar resource handling
...
Reviewed-by: rriggs, dfuchs
2018-02-14 19:03:12 +01:00
Weijun Wang
06a9e1a72f
8191438: jarsigner should print when a timestamp will expire
...
Reviewed-by: mullan
2018-02-14 16:58:49 +08:00
Jesper Wilhelmsson
9beff15bed
Merge
2018-02-10 09:25:35 +01:00
Lance Andersen
987c3a2d87
8190378: Removal of CORBA and Java EE modules
...
Reviewed-by: rriggs, alanb, mchung, erikj, goetz
2018-02-10 07:06:16 -05:00
Robin Westberg
69c57791a4
8193308: Disallow installing user signal handlers for SIGBUS on OSX
...
Reviewed-by: stuefe, dholmes
2018-02-06 15:48:50 +01:00
Adam Petcher
8dcabfdf5f
8196215: sun/security/util/Resources/customSysClassLoader/MessageFormatting.java failed on ar_SA locale
...
Fixing a minor bug in a test related to policy parser message formatting
Reviewed-by: mullan, xuelei
2018-02-08 10:06:57 -05:00
Weijun Wang
48aad3bd2f
8196823: jarsigner should not create a signed jar if the signing fails
...
Reviewed-by: mullan, alanb
2018-02-08 11:44:21 +08:00
Adam Petcher
683817de43
8194251: Deadlock between UsageTracker and System.getProperty() when using a malformed security policy
...
Disable localization of error messages produced during policy file parsing
Reviewed-by: mchung, mullan
2018-02-07 09:06:43 -05:00
Lana Steuck
414e05f6d7
Merge
2018-02-02 01:52:03 +00:00
Ramanand Patil
317bef9a41
8195837: (tz) Upgrade time-zone data to tzdata2018c
...
Reviewed-by: coffeys, naoto
2018-01-31 22:55:12 -08:00
Joe Darcy
0b40438ae8
8194070: Update various tests to pass under JDK 11
...
Reviewed-by: alanb, sherman, psandoz
2018-01-31 11:25:34 -08:00
Xueming Shen
46d5554295
8166339: Code conversion working behavior was changed for x-IBM834
...
Reviewed-by: coffeys
2018-01-31 08:42:59 -08:00
Amy Lu
967599181a
8196211: Move two sun/nio/cs tests into OpenJDK
...
Reviewed-by: psandoz
2018-01-31 12:04:53 +08:00
Weijun Wang
15ac25be9d
8177398: Exclude dot files ending with .conf from krb5.conf's includedir
...
Reviewed-by: mullan
2018-01-26 09:37:10 +08:00
Sibabrata Sahoo
4567ed7c3e
8194486: Several krb5 tests failed in Mac
...
Several tests failed due to improper host service
Reviewed-by: weijun
2018-01-25 05:57:22 -08:00
John Jiang
7e5577a6c1
8186098: sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failed due to libnss3 version cannot be parsed
...
Improves the approach on parsing lib version
Reviewed-by: weijun, xuelei
2018-01-24 23:01:57 -08:00
Weijun Wang
724d1916fe
8014628: Support AES Encryption with HMAC-SHA2 for Kerberos 5
...
Reviewed-by: mullan
2018-01-22 12:00:41 +08:00
Lana Steuck
8f528fba93
Merge
2018-01-18 18:58:46 +00:00
Goetz Lindenmaier
0480f69dd5
8194869: [TESTBUG][aix, s390] Adapt tests to platforms
...
Reviewed-by: mbaesken, simonis, dholmes, serb
2018-01-18 10:26:39 +01:00
John Jiang
94ecb77665
8194864: Outputs more details for PKCS11 tests if the NSS lib version cannot be determined
...
It outputs the lib content if the lib version cannot be parsed
Reviewed-by: xuelei
2018-01-17 18:34:50 -08:00
Hamlin Li
39ef73acf1
8195478: sun/text/resources/LocaleDataTest.java fails with java.lang.Exception
...
Reviewed-by: naoto, rgoel
2018-01-18 11:48:56 +08:00
Goetz Lindenmaier
22762d1cdc
8189102: All tools should support -?, -h and --help
...
Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini
2018-01-16 08:48:34 +01:00
Lana Steuck
aad1a3592c
Merge
2018-01-16 22:24:20 +00:00
Leo Jiang
707eb1f2c2
8187946: Support ISO 4217 Amendments 163 and 164
...
Reviewed-by: naoto
2018-01-14 21:46:14 -08:00
Amit Sapre
9820ed61cd
8175542: JMX: Not enough JDP packets received
...
Fixed test case wrongly reporting timeout failures.
Reviewed-by: dholmes, hb
2018-01-16 12:38:21 +05:30
Jesper Wilhelmsson
fb8bca78ee
Merge
2018-01-05 22:02:20 +01:00
John Jiang
8918acdc7a
8189760: sun/security/ssl/CertPathRestrictions/TLSRestrictions.java failed with unexpected Exception intermittently
...
Adds synchronization to make sure the server exception is available
Reviewed-by: xuelei
2018-01-04 19:58:45 -08:00
Abhijit Saha
22b4fae438
Merge
2018-01-17 07:09:03 +00:00
Weijun Wang
b01627c0e4
8192988: keytool should support -storepasswd for pkcs12 keystores
...
Reviewed-by: mullan
2017-12-14 20:19:34 +08:00
Phil Race
4b727d4f18
Merge
2017-12-13 10:25:38 -08:00
Laurent Bourgès
5f530a331b
8191814: Marlin rasterizer spends time computing geometry for stroked segments that do not intersect the clip
...
Upgrade to Marlin 0.8.2 providing efficient path clipping (Stroker and Filler)
Reviewed-by: prr, serb
2017-12-11 21:14:43 +01:00
Naoto Sato
f065141ddc
8176841: Additional Unicode Language-Tag Extensions
...
8189134: New system properties for the default Locale extensions
8190918: Retrieve the region specific data regardless of language in locale
8191349: Add a new method in j.t.f.DateTimeFormatter to reflect Unicode extensions
Reviewed-by: scolebourne, lancea, rriggs, rgoel, nishjain
2017-12-12 10:21:58 -08:00
Martin Balao
f1212e26c3
8165996: PKCS11 using NSS throws an error regarding secmod.db when NSS uses sqlite
...
Reviewed-by: weijun
2017-12-13 01:29:58 +08:00
Xue-Lei Andrew Fan
82bf0799c6
8148421: Transport Layer Security (TLS) Session Hash and Extended Master Secret Extension
...
Co-authored-by: Martin Balao <mbalao@redhat.com>
Reviewed-by: jnimeh, ahgross, rhalade, wetmore
2017-12-08 16:41:30 +00:00
Roger Riggs
f29e21abb1
8080225: FileInput/OutputStream/FileChannel cleanup should be improved
...
Reviewed-by: mchung, plevart, bpb
2017-12-01 16:40:08 -05:00
Weijun Wang
67205081ec
8192987: keytool should remember real storetype if it is not provided
...
Reviewed-by: mullan
2017-12-08 09:40:14 +08:00
Chris Hegarty
a2000f8720
8179424: Remove terminally deprecated sun.reflect.Reflection.getCallerClass
...
Reviewed-by: alanb, dfuchs, dholmes, lancea, mchung, rriggs
2017-12-22 15:55:29 +00:00
Weijun Wang
c4bab8bce7
8190674: sun/security/tools/jarsigner/TimestampCheck.java failed with java.nio.file.NoSuchFileException: ts2.cert
...
Reviewed-by: mullan
2017-12-05 17:19:48 +08:00
Phil Race
dcaa7f90ba
Merge
2017-11-27 10:35:05 -08:00
Pankaj Bansal
cc0cb9660d
8159142: [hidpi] Visible artifacts in sun/java2d/SunGraphics2D/DrawImageBilinear.java
...
Reviewed-by: serb, prr, pnarayanan
2017-11-22 11:52:59 +05:30
Rob McKenna
e8ff1270bc
8189646: sun/security/ssl/SSLSocketImpl/SSLSocketCloseHang.java failed with "java.net.SocketTimeoutException: Read timed out"
...
Reviewed-by: coffeys
2017-11-21 21:01:23 +00:00
Phil Race
f50b03376b
8186306: Remove pisces from Java2D sources + build
...
Reviewed-by: serb, neugens
2017-11-14 11:47:49 -08:00
Ramanand Patil
6c99853a4c
8190258: (tz) Support tzdata2017c
...
8190259: test tck.java.time.zone.TCKZoneRules is broken by tzdata2017c
Reviewed-by: naoto, martin
2017-11-09 14:38:54 +05:30
Lance Andersen
3803dc1401
8190439: Removal of newrmic
...
Reviewed-by: rriggs, alanb, mchung
2017-11-03 13:03:10 -04:00
Xue-Lei Andrew Fan
b657cda289
8163237: Restrict the use of EXPORT cipher suites
...
Reviewed-by: mullan, igerasim, rhalade, jnimeh
2017-10-31 00:54:53 +00:00
Adam Petcher
91a1005273
8185292: Stricter key generation
...
Reviewed-by: mullan
2017-10-24 09:58:27 -04:00
Rachna Goel
3ae10b235d
8185841: Values from getFirstDayOfWeek() are inconsistent with CLDR
...
Reviewed-by: naoto
2017-10-30 12:16:37 +05:30
Weijun Wang
69db146335
8180289: jarsigner treats timestamped signed jar invalid after the signer cert expires
...
Reviewed-by: mullan
2017-10-27 21:11:15 +08:00
Naoto Sato
483595f375
8189272: CLDR and JRE LocaleProviderAdapters silently swallow exceptions
...
Reviewed-by: mchung
2017-10-24 08:56:47 -07:00
Valerie Peng
b3f1165f7d
8181048: Refactor existing providers to refer to the same constants for default values for key length
...
Reviewed-by: mullan, ahgross
2017-07-13 20:41:59 +00:00
Weijun Wang
7cf3c0ff14
8182879: Add warnings to keytool when using JKS and JCEKS
...
Reviewed-by: vinnie, ahgross, mullan
2017-07-12 10:55:40 +08:00
Ivan Gerasimov
9c1b0103b3
8186654: Poor quality of sun.security.util.Cache.EqualByteArray.hashCode()
...
Reviewed-by: coffeys
2017-10-04 01:08:36 -07:00
Philipp Kunz
2ae9614d34
6695402: Jarsigner with multi-byte characters in class names
...
Reviewed-by: weijun
2017-09-27 14:02:15 +08:00
Rob McKenna
1fc8d0cfd9
8184328: JDK 8u131 socketRead0 hang at SSL read
...
Reviewed-by: xuelei, chegar, coffeys
2017-09-26 19:19:09 +01:00
Weijun Wang
1e6e9203c4
8186884: Test native KDC, Java krb5 lib, and native krb5 lib in one test
...
Reviewed-by: asmotrak
2017-09-21 16:29:54 +08:00
Weijun Wang
fe19274488
8186831: Kerberos ignores PA-DATA with a non-null s2kparams
...
Reviewed-by: xuelei
2017-09-21 16:29:45 +08:00
Weijun Wang
2bb3b82709
8148371: Remove policytool
...
Reviewed-by: erikj, alanb, mullan
2017-09-21 16:29:18 +08:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00